Html Css Color HEX #22BF14 Lime Green

📋 copy color: '#22BF14'

red 34 ◦ green 191 ◦ blue 20

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

Shades of Lime Green #22BF14

Tints of Lime Green #22BF14

RGB

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

 GREEN value IS 191 (75% from 255) = 77.96%

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

R = 13.88%
G = 77.96%
B = 8.16%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#22BF14 (or 0x22BF14) is known color: Lime Green. HEX triplet: 22, BF and 14. RGB value is (34,191,20). Sum of RGB (Red+Green+Blue) = 34+191+20=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 191 (75% from 255 or 77.96% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 191 - color contains mainly: green. Hex color #22BF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BF14 is #DD40EB. Grayscale: #7D7D7D. Windows color (decimal): -14500076 or 1359650. OLE color: 1359650.

HSL color Cylindrical-coordinate representation of color #22BF14: hue angle of 115.09º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #22BF14 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 191 20 -
CMYK 0.82 0 0.90 0.25
HSL 115.09º 0.81% 0.41% -
HSV(B) 115.09º 0.9% 0.75% -
XYZ 19.42 37.65 6.91 -
YUV 124.56 68.99 63.4 -
System Red Green Blue C M Y K H S L
Decimal 34 191 20 0.82 0 0.90 0.25 115.09 0.81 0.41
Hex 22 BF 14 52 0 5A 19 73 51 29
Octal 42 277 24 122 0 132 31 163 121 51
Binary 100010 10111111 10100 1010010 0 1011010 11001 1110011 1010001 101001

Color Harmonies of #22BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BF14

Black with #22BF14

Text Example


Text Example

White with #22BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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