Html Css Color HEX #30C218 Lime Green

📋 copy color: '#30C218'

red 48 ◦ green 194 ◦ blue 24

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

Shades of Lime Green #30C218

Tints of Lime Green #30C218

RGB

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

 GREEN value IS 194 (76.17% from 255) = 72.93%

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

R = 18.05%
G = 72.93%
B = 9.02%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#30C218 (or 0x30C218) is known color: Lime Green. HEX triplet: 30, C2 and 18. RGB value is (48,194,24). Sum of RGB (Red+Green+Blue) = 48+194+24=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 194 (76.17% from 255 or 72.93% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 194 - color contains mainly: green. Hex color #30C218 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C218 is #CF3DE7. Grayscale: #838383. Windows color (decimal): -13581800 or 1622576. OLE color: 1622576.

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

Color convert

RGB 48 194 24 -
CMYK 0.75 0 0.88 0.24
HSL 111.53º 0.78% 0.43% -
HSV(B) 111.53º 0.88% 0.76% -
XYZ 20.68 39.28 7.36 -
YUV 130.97 67.63 68.82 -
System Red Green Blue C M Y K H S L
Decimal 48 194 24 0.75 0 0.88 0.24 111.53 0.78 0.43
Hex 30 C2 18 4B 0 58 18 70 4E 2B
Octal 60 302 30 113 0 130 30 160 116 53
Binary 110000 11000010 11000 1001011 0 1011000 11000 1110000 1001110 101011

Color Harmonies of #30C218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C218

Black with #30C218

Text Example


Text Example

White with #30C218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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