Html Css Color HEX #18CB22 Lime Green

📋 copy color: '#18CB22'

red 24 ◦ green 203 ◦ blue 34

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

Shades of Lime Green #18CB22

Tints of Lime Green #18CB22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.03%

R = 9.2%
G = 77.78%
B = 13.03%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#18CB22 (or 0x18CB22) is known color: Lime Green. HEX triplet: 18, CB and 22. RGB value is (24,203,34). Sum of RGB (Red+Green+Blue) = 24+203+34=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 203 (79.69% from 255 or 77.78% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CB22 is #E734DD. Grayscale: #828282. Windows color (decimal): -15152350 or 2280216. OLE color: 2280216.

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

Color convert

RGB 24 203 34 -
CMYK 0.88 0 0.83 0.20
HSL 123.35º 0.79% 0.45% -
HSV(B) 123.35º 0.88% 0.8% -
XYZ 22.02 43.02 8.66 -
YUV 130.21 73.7 52.24 -
System Red Green Blue C M Y K H S L
Decimal 24 203 34 0.88 0 0.83 0.20 123.35 0.79 0.45
Hex 18 CB 22 58 0 53 14 7B 4F 2D
Octal 30 313 42 130 0 123 24 173 117 55
Binary 11000 11001011 100010 1011000 0 1010011 10100 1111011 1001111 101101

Color Harmonies of #18CB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CB22

Black with #18CB22

Text Example


Text Example

White with #18CB22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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