Html Css Color HEX #30CE18 Lime Green

📋 copy color: '#30CE18'

red 48 ◦ green 206 ◦ blue 24

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

Shades of Lime Green #30CE18

Tints of Lime Green #30CE18

RGB

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

 GREEN value IS 206 (80.86% from 255) = 74.1%

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

R = 17.27%
G = 74.1%
B = 8.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#30CE18 (or 0x30CE18) is known color: Lime Green. HEX triplet: 30, CE and 18. RGB value is (48,206,24). Sum of RGB (Red+Green+Blue) = 48+206+24=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 206 (80.86% from 255 or 74.10% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30CE18 is #CF31E7. Grayscale: #8A8A8A. Windows color (decimal): -13578728 or 1625648. OLE color: 1625648.

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

Color convert

RGB 48 206 24 -
CMYK 0.77 0 0.88 0.19
HSL 112.09º 0.79% 0.45% -
HSV(B) 112.09º 0.88% 0.81% -
XYZ 23.46 44.84 8.28 -
YUV 138.01 63.65 63.8 -
System Red Green Blue C M Y K H S L
Decimal 48 206 24 0.77 0 0.88 0.19 112.09 0.79 0.45
Hex 30 CE 18 4D 0 58 13 70 4F 2D
Octal 60 316 30 115 0 130 23 160 117 55
Binary 110000 11001110 11000 1001101 0 1011000 10011 1110000 1001111 101101

Color Harmonies of #30CE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CE18

Black with #30CE18

Text Example


Text Example

White with #30CE18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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