Html Css Color HEX #22BC40 Lime Green

📋 copy color: '#22BC40'

red 34 ◦ green 188 ◦ blue 64

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

Shades of Lime Green #22BC40

Tints of Lime Green #22BC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 65.73%

 BLUE value IS 64 (25.39% from 255) = 22.38%

R = 11.89%
G = 65.73%
B = 22.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#22BC40 (or 0x22BC40) is known color: Lime Green. HEX triplet: 22, BC and 40. RGB value is (34,188,64). Sum of RGB (Red+Green+Blue) = 34+188+64=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22BC40 is #DD43BF. Grayscale: #808080. Windows color (decimal): -14500800 or 4242466. OLE color: 4242466.

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

Color convert

RGB 34 188 64 -
CMYK 0.82 0 0.66 0.26
HSL 131.69º 0.69% 0.44% -
HSV(B) 131.69º 0.82% 0.74% -
XYZ 19.57 36.68 10.9 -
YUV 127.82 91.98 61.08 -
System Red Green Blue C M Y K H S L
Decimal 34 188 64 0.82 0 0.66 0.26 131.69 0.69 0.44
Hex 22 BC 40 52 0 42 1A 84 45 2C
Octal 42 274 100 122 0 102 32 204 105 54
Binary 100010 10111100 1000000 1010010 0 1000010 11010 10000100 1000101 101100

Color Harmonies of #22BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BC40

Black with #22BC40

Text Example


Text Example

White with #22BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,188,64); }

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

background-color css

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

 a { background-color: rgb(34,188,64); }

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

border-color css

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

 span { border-color: rgb(34,188,64); }

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