#30CA32

Color #30CA32 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #30CA32

Tints of Lime Green #30CA32

Color information

#30CA32 (or 0x30CA32) is unknown color: approx Lime Green. HEX triplet: 30, CA and 32. RGB value is (48,202,50). Sum of RGB (Red+Green+Blue) = 48+202+50=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 202 (79.30% from 255 or 67.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CA32 is #CF35CD. Grayscale: #8B8B8B. Windows color (decimal): -13579726 or 3328560. OLE color: 3328560.

HSL color Cylindrical-coordinate representation of color #30CA32: hue angle of 120.78º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CA32 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB4820250-
CMYK0.7600.750.21
HSL120.78º61.6%49.02%-
HSV(B)120.78º76.24%79.22%-
XYZ22.9243.110.13-
YUV138.6377.9863.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 202 (79.30% from 255) = 67.33%
BLUE value IS 50 (19.92% from 255) = 16.67%
R=16%
G=67.33%
B=16.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal48202500.7600.750.21120.7861.649.02
Hex30CA324C04B15793e31
Octal60312621140113251717661
Binary11000011001010110010100110001001011101011111001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,202,50); }

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

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

 a { background-color: rgb(48,202,50); }

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

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

 span { border-color: rgb(48,202,50); }

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