Html Css Color HEX #22BD18 Lime Green

📋 copy color: '#22BD18'

red 34 ◦ green 189 ◦ blue 24

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

Shades of Lime Green #22BD18

Tints of Lime Green #22BD18

RGB

 RED value IS 34 (13.67% from 255) = 13.77%

 GREEN value IS 189 (74.22% from 255) = 76.52%

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

R = 13.77%
G = 76.52%
B = 9.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#22BD18 (or 0x22BD18) is known color: Lime Green. HEX triplet: 22, BD and 18. RGB value is (34,189,24). Sum of RGB (Red+Green+Blue) = 34+189+24=247 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.77% from 247); Green value is 189 (74.22% from 255 or 76.52% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 189 - color contains mainly: green. Hex color #22BD18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BD18 is #DD42E7. Grayscale: #7C7C7C. Windows color (decimal): -14500584 or 1621282. OLE color: 1621282.

HSL color Cylindrical-coordinate representation of color #22BD18: hue angle of 116.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #22BD18 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 34 189 24 -
CMYK 0.82 0 0.87 0.26
HSL 116.36º 0.77% 0.42% -
HSV(B) 116.36º 0.87% 0.74% -
XYZ 19.02 36.8 6.96 -
YUV 123.85 71.65 63.92 -
System Red Green Blue C M Y K H S L
Decimal 34 189 24 0.82 0 0.87 0.26 116.36 0.77 0.42
Hex 22 BD 18 52 0 57 1A 74 4D 2A
Octal 42 275 30 122 0 127 32 164 115 52
Binary 100010 10111101 11000 1010010 0 1010111 11010 1110100 1001101 101010

Color Harmonies of #22BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BD18

Black with #22BD18

Text Example


Text Example

White with #22BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22BD18; }

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

 H1.HeaderClassName
 {
   color: #22BD18;
 }
 .AnyTagClassName
 {
   color: #22BD18;
 }
</style>

background-color css

<style>
 a { background-color: #22BD18; }

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

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

border-color css

<style>
 span { border-color: #22BD18; }

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

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