Html Css Color HEX #30CC12 Lime Green

📋 copy color: '#30CC12'

red 48 ◦ green 204 ◦ blue 18

#30CC12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #30CC12

Tints of Lime Green #30CC12

RGB

 RED value IS 48 (19.14% from 255) = 17.78%

 GREEN value IS 204 (80.08% from 255) = 75.56%

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 17.78%
G = 75.56%
B = 6.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#30CC12 (or 0x30CC12) is known color: Lime Green. HEX triplet: 30, CC and 12. RGB value is (48,204,18). Sum of RGB (Red+Green+Blue) = 48+204+18=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 204 (80.08% from 255 or 75.56% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 204 - color contains mainly: green. Hex color #30CC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CC12 is #CF33ED. Grayscale: #888888. Windows color (decimal): -13579246 or 1231920. OLE color: 1231920.

HSL color Cylindrical-coordinate representation of color #30CC12: hue angle of 110.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30CC12 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 204 18 -
CMYK 0.76 0 0.91 0.2
HSL 110.32º 0.84% 0.44% -
HSV(B) 110.32º 0.91% 0.8% -
XYZ 22.92 43.86 7.83 -
YUV 136.15 61.32 65.12 -
System Red Green Blue C M Y K H S L
Decimal 48 204 18 0.76 0 0.91 0.2 110.32 0.84 0.44
Hex 30 CC 12 4C 0 5B 14 6E 54 2C
Octal 60 314 22 114 0 133 24 156 124 54
Binary 110000 11001100 10010 1001100 0 1011011 10100 1101110 1010100 101100

Color Harmonies of #30CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CC12

Black with #30CC12

Text Example


Text Example

White with #30CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,204,18); }

 H1.HeaderClassName
 {
   color: #30CC12;
 }
 .AnyTagClassName
 {
   color: #30CC12;
 }
</style>

background-color css

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

 a { background-color: rgb(48,204,18); }

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

border-color css

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

 span { border-color: rgb(48,204,18); }

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