Html Css Color HEX #22C31F Lime Green

📋 copy color: '#22C31F'

red 34 ◦ green 195 ◦ blue 31

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

Shades of Lime Green #22C31F

Tints of Lime Green #22C31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 75%

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

R = 13.08%
G = 75%
B = 11.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#22C31F (or 0x22C31F) is known color: Lime Green. HEX triplet: 22, C3 and 1F. RGB value is (34,195,31). Sum of RGB (Red+Green+Blue) = 34+195+31=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 195 (76.56% from 255 or 75% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 195 - color contains mainly: green. Hex color #22C31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C31F is #DD3CE0. Grayscale: #808080. Windows color (decimal): -14499041 or 2081570. OLE color: 2081570.

HSL color Cylindrical-coordinate representation of color #22C31F: hue angle of 118.9º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22C31F is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 34 195 31 -
CMYK 0.83 0 0.84 0.24
HSL 118.9º 0.73% 0.44% -
HSV(B) 118.9º 0.84% 0.76% -
XYZ 20.42 39.47 7.84 -
YUV 128.17 73.16 60.84 -
System Red Green Blue C M Y K H S L
Decimal 34 195 31 0.83 0 0.84 0.24 118.9 0.73 0.44
Hex 22 C3 1F 53 0 54 18 77 49 2C
Octal 42 303 37 123 0 124 30 167 111 54
Binary 100010 11000011 11111 1010011 0 1010100 11000 1110111 1001001 101100

Color Harmonies of #22C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22C31F

Black with #22C31F

Text Example


Text Example

White with #22C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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