#30c01c

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

Shades of Lime Green #30C01C

Tints of Lime Green #30C01C

Color information

#30C01C (or 0x30C01C) is unknown color: approx Lime Green. HEX triplet: 30, C0 and 1C. RGB value is (48,192,28). Sum of RGB (Red+Green+Blue) = 48+192+28=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 192 (75.39% from 255 or 71.64% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 192 - color contains mainly: green. Hex color #30C01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C01C is #CF3FE3. Grayscale: #828282. Windows color (decimal): -13582308 or 1884208. OLE color: 1884208.

HSL color Cylindrical-coordinate representation of color #30C01C: hue angle of 112.68º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30C01C is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB4819228-
CMYK0.7500.850.25
HSL112.68º74.55%43.14%-
HSV(B)112.68º85.42%75.29%-
XYZ20.2838.417.44-
YUV130.2570.2969.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 192 (75.39% from 255) = 71.64%
BLUE value IS 28 (11.33% from 255) = 10.45%
R=17.91%
G=71.64%
B=10.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48192280.7500.850.25112.6874.5543.14
Hex30C01C4B05519714b2b
Octal603003411301253116111353
Binary11000011000000111001001011010101011100111100011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30c01c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,192,28); }

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

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

 a { background-color: rgb(48,192,28); }

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

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

 span { border-color: rgb(48,192,28); }

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