Html Css Color HEX #22CF1F Lime Green

📋 copy color: '#22CF1F'

red 34 ◦ green 207 ◦ blue 31

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

Shades of Lime Green #22CF1F

Tints of Lime Green #22CF1F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 76.1%

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 12.5%
G = 76.1%
B = 11.4%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#22CF1F (or 0x22CF1F) is known color: Lime Green. HEX triplet: 22, CF and 1F. RGB value is (34,207,31). Sum of RGB (Red+Green+Blue) = 34+207+31=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 207 (81.25% from 255 or 76.10% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 207 - color contains mainly: green. Hex color #22CF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CF1F is #DD30E0. Grayscale: #878787. Windows color (decimal): -14495969 or 2084642. OLE color: 2084642.

HSL color Cylindrical-coordinate representation of color #22CF1F: hue angle of 118.98º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22CF1F is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 207 31 -
CMYK 0.84 0 0.85 0.19
HSL 118.98º 0.74% 0.47% -
HSV(B) 118.98º 0.85% 0.81% -
XYZ 23.22 45.06 8.77 -
YUV 135.21 69.19 55.81 -
System Red Green Blue C M Y K H S L
Decimal 34 207 31 0.84 0 0.85 0.19 118.98 0.74 0.47
Hex 22 CF 1F 54 0 55 13 77 4A 2F
Octal 42 317 37 124 0 125 23 167 112 57
Binary 100010 11001111 11111 1010100 0 1010101 10011 1110111 1001010 101111

Color Harmonies of #22CF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22CF1F

Black with #22CF1F

Text Example


Text Example

White with #22CF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,207,31); }

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

background-color css

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

 a { background-color: rgb(34,207,31); }

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

border-color css

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

 span { border-color: rgb(34,207,31); }

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