Html Css Color HEX #22BF0F Lime Green

📋 copy color: '#22BF0F'

red 34 ◦ green 191 ◦ blue 15

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

Shades of Lime Green #22BF0F

Tints of Lime Green #22BF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 14.17%
G = 79.58%
B = 6.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#22BF0F (or 0x22BF0F) is known color: Lime Green. HEX triplet: 22, BF and 0F. RGB value is (34,191,15). Sum of RGB (Red+Green+Blue) = 34+191+15=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 191 (75% from 255 or 79.58% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 191 - color contains mainly: green. Hex color #22BF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22BF0F is #DD40F0. Grayscale: #7C7C7C. Windows color (decimal): -14500081 or 1031970. OLE color: 1031970.

HSL color Cylindrical-coordinate representation of color #22BF0F: hue angle of 113.52º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #22BF0F is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 34 191 15 -
CMYK 0.82 0 0.92 0.25
HSL 113.52º 0.85% 0.4% -
HSV(B) 113.52º 0.92% 0.75% -
XYZ 19.38 37.64 6.7 -
YUV 123.99 66.49 63.81 -
System Red Green Blue C M Y K H S L
Decimal 34 191 15 0.82 0 0.92 0.25 113.52 0.85 0.4
Hex 22 BF F 52 0 5C 19 72 55 28
Octal 42 277 17 122 0 134 31 162 125 50
Binary 100010 10111111 1111 1010010 0 1011100 11001 1110010 1010101 101000

Color Harmonies of #22BF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BF0F

Black with #22BF0F

Text Example


Text Example

White with #22BF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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