#30CA33

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

Shades of Lime Green #30CA33

Tints of Lime Green #30CA33

Color information

#30CA33 (or 0x30CA33) is unknown color: approx Lime Green. HEX triplet: 30, CA and 33. RGB value is (48,202,51). Sum of RGB (Red+Green+Blue) = 48+202+51=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 202 (79.30% from 255 or 67.11% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CA33 is #CF35CC. Grayscale: #8B8B8B. Windows color (decimal): -13579725 or 3394096. OLE color: 3394096.

HSL color Cylindrical-coordinate representation of color #30CA33: hue angle of 121.17º 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 #30CA33 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB4820251-
CMYK0.7600.750.21
HSL121.17º61.6%49.02%-
HSV(B)121.17º76.24%79.22%-
XYZ22.9443.1110.24-
YUV138.7478.4863.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 202 (79.30% from 255) = 67.11%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=15.95%
G=67.11%
B=16.94%

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
Decimal48202510.7600.750.21121.1761.649.02
Hex30CA334C04B15793e31
Octal60312631140113251717661
Binary11000011001010110011100110001001011101011111001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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