Html Css Color HEX #22BC14 Lime Green

📋 copy color: '#22BC14'

red 34 ◦ green 188 ◦ blue 20

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

Shades of Lime Green #22BC14

Tints of Lime Green #22BC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 14.05%
G = 77.69%
B = 8.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#22BC14 (or 0x22BC14) is known color: Lime Green. HEX triplet: 22, BC and 14. RGB value is (34,188,20). Sum of RGB (Red+Green+Blue) = 34+188+20=242 (32% of max value = 765). Red value is 34 (13.67% from 255 or 14.05% from 242); Green value is 188 (73.83% from 255 or 77.69% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BC14 is #DD43EB. Grayscale: #7B7B7B. Windows color (decimal): -14500844 or 1358882. OLE color: 1358882.

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

Color convert

RGB 34 188 20 -
CMYK 0.82 0 0.89 0.26
HSL 115º 0.81% 0.41% -
HSV(B) 115º 0.89% 0.74% -
XYZ 18.77 36.36 6.69 -
YUV 122.8 69.98 64.66 -
System Red Green Blue C M Y K H S L
Decimal 34 188 20 0.82 0 0.89 0.26 115 0.81 0.41
Hex 22 BC 14 52 0 59 1A 73 51 29
Octal 42 274 24 122 0 131 32 163 121 51
Binary 100010 10111100 10100 1010010 0 1011001 11010 1110011 1010001 101001

Color Harmonies of #22BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BC14

Black with #22BC14

Text Example


Text Example

White with #22BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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