Html Css Color HEX #30CC18 Lime Green

📋 copy color: '#30CC18'

red 48 ◦ green 204 ◦ blue 24

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

Shades of Lime Green #30CC18

Tints of Lime Green #30CC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.7%

R = 17.39%
G = 73.91%
B = 8.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#30CC18 (or 0x30CC18) is known color: Lime Green. HEX triplet: 30, CC and 18. RGB value is (48,204,24). Sum of RGB (Red+Green+Blue) = 48+204+24=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 204 (80.08% from 255 or 73.91% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 204 - color contains mainly: green. Hex color #30CC18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CC18 is #CF33E7. Grayscale: #898989. Windows color (decimal): -13579240 or 1625136. OLE color: 1625136.

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

Color convert

RGB 48 204 24 -
CMYK 0.76 0 0.88 0.2
HSL 112º 0.79% 0.45% -
HSV(B) 112º 0.88% 0.8% -
XYZ 22.98 43.88 8.12 -
YUV 136.84 64.32 64.64 -
System Red Green Blue C M Y K H S L
Decimal 48 204 24 0.76 0 0.88 0.2 112 0.79 0.45
Hex 30 CC 18 4C 0 58 14 70 4F 2D
Octal 60 314 30 114 0 130 24 160 117 55
Binary 110000 11001100 11000 1001100 0 1011000 10100 1110000 1001111 101101

Color Harmonies of #30CC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CC18

Black with #30CC18

Text Example


Text Example

White with #30CC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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