#30C222

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

Shades of Lime Green #30C222

Tints of Lime Green #30C222

Color information

#30C222 (or 0x30C222) is unknown color: approx Lime Green. HEX triplet: 30, C2 and 22. RGB value is (48,194,34). Sum of RGB (Red+Green+Blue) = 48+194+34=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 194 (76.17% from 255 or 70.29% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 194 - color contains mainly: green. Hex color #30C222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C222 is #CF3DDD. Grayscale: #848484. Windows color (decimal): -13581790 or 2277936. OLE color: 2277936.

HSL color Cylindrical-coordinate representation of color #30C222: hue angle of 114.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #30C222 is Cyan = 0.75, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB4819434-
CMYK0.7500.820.24
HSL114.75º70.18%44.71%-
HSV(B)114.75º82.47%76.08%-
XYZ20.839.338.01-
YUV132.1172.6368.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 194 (76.17% from 255) = 70.29%
BLUE value IS 34 (13.67% from 255) = 12.32%
R=17.39%
G=70.29%
B=12.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal48194340.7500.820.24114.7570.1844.71
Hex30C2224B0521873462d
Octal603024211301223016310655
Binary110000110000101000101001011010100101100011100111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,194,34); }

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

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

 a { background-color: rgb(48,194,34); }

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

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

 span { border-color: rgb(48,194,34); }

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