Html Css Color HEX #18CB1E Lime Green

📋 copy color: '#18CB1E'

red 24 ◦ green 203 ◦ blue 30

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

Shades of Lime Green #18CB1E

Tints of Lime Green #18CB1E

RGB

 RED value IS 24 (9.77% from 255) = 9.34%

 GREEN value IS 203 (79.69% from 255) = 78.99%

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 9.34%
G = 78.99%
B = 11.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#18CB1E (or 0x18CB1E) is known color: Lime Green. HEX triplet: 18, CB and 1E. RGB value is (24,203,30). Sum of RGB (Red+Green+Blue) = 24+203+30=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 203 (79.69% from 255 or 78.99% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CB1E is #E734E1. Grayscale: #828282. Windows color (decimal): -15152354 or 2018072. OLE color: 2018072.

HSL color Cylindrical-coordinate representation of color #18CB1E: hue angle of 122.01º 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 #18CB1E is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 203 30 -
CMYK 0.88 0 0.85 0.20
HSL 122.01º 0.79% 0.45% -
HSV(B) 122.01º 0.88% 0.8% -
XYZ 21.97 43 8.37 -
YUV 129.76 71.7 52.57 -
System Red Green Blue C M Y K H S L
Decimal 24 203 30 0.88 0 0.85 0.20 122.01 0.79 0.45
Hex 18 CB 1E 58 0 55 14 7A 4F 2D
Octal 30 313 36 130 0 125 24 172 117 55
Binary 11000 11001011 11110 1011000 0 1010101 10100 1111010 1001111 101101

Color Harmonies of #18CB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CB1E

Black with #18CB1E

Text Example


Text Example

White with #18CB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18CB1E; }

 p { color: rgb(24,203,30); }

 H1.HeaderClassName
 {
   color: #18CB1E;
 }
 .AnyTagClassName
 {
   color: #18CB1E;
 }
</style>

background-color css

<style>
 a { background-color: #18CB1E; }

 a { background-color: rgb(24,203,30); }

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

border-color css

<style>
 span { border-color: #18CB1E; }

 span { border-color: rgb(24,203,30); }

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