#30AE42

Color #30AE42 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #30AE42

Tints of Fruit Salad #30AE42

Color information

#30AE42 (or 0x30AE42) is unknown color: approx Fruit Salad. HEX triplet: 30, AE and 42. RGB value is (48,174,66). Sum of RGB (Red+Green+Blue) = 48+174+66=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AE42 is #CF51BD. Grayscale: #7C7C7C. Windows color (decimal): -13586878 or 4369968. OLE color: 4369968.

HSL color Cylindrical-coordinate representation of color #30AE42: hue angle of 128.57º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AE42 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB4817466-
CMYK0.7200.620.32
HSL128.57º56.76%43.53%-
HSV(B)128.57º72.41%68.24%-
XYZ17.3431.2910.28-
YUV124.0195.2673.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 174 (68.36% from 255) = 60.42%
BLUE value IS 66 (26.17% from 255) = 22.92%
R=16.67%
G=60.42%
B=22.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48174660.7200.620.32128.5756.7643.53
Hex30AE424803E2081392c
Octal60256102110076402017154
Binary1100001010111010000101001000011111010000010000001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30AE42; }

 p { color: rgb(48,174,66); }

 H1.HeaderClassName
 {
   color: #30AE42;
 }
 .AnyTagClassName
 {
   color: #30AE42;
 }
</style>
background-color css

<style>
 a { background-color: #30AE42; }

 a { background-color: rgb(48,174,66); }

 div.DivClassName
 {
   background-color: #30AE42;
 }
 .BgClassName
 {
   background-color: #30AE42;
 }
</style>
border-color css

<style>
 span { border-color: #30AE42; }

 span { border-color: rgb(48,174,66); }

 td.TdClassName
 {
   border-color: #30AE42;
 }
 .TagClassName
 {
   border-color: #30AE42;
 }
</style>