Html Css Color HEX #22D61F Lime Green

📋 copy color: '#22D61F'

red 34 ◦ green 214 ◦ blue 31

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

Shades of Lime Green #22D61F

Tints of Lime Green #22D61F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 76.7%

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

R = 12.19%
G = 76.7%
B = 11.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#22D61F (or 0x22D61F) is known color: Lime Green. HEX triplet: 22, D6 and 1F. RGB value is (34,214,31). Sum of RGB (Red+Green+Blue) = 34+214+31=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 214 (83.98% from 255 or 76.70% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 214 - color contains mainly: green. Hex color #22D61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D61F is #DD29E0. Grayscale: #8B8B8B. Windows color (decimal): -14494177 or 2086434. OLE color: 2086434.

HSL color Cylindrical-coordinate representation of color #22D61F: hue angle of 119.02º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22D61F is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 34 214 31 -
CMYK 0.84 0 0.86 0.16
HSL 119.02º 0.75% 0.48% -
HSV(B) 119.02º 0.86% 0.84% -
XYZ 24.95 48.53 9.35 -
YUV 139.32 66.87 52.88 -
System Red Green Blue C M Y K H S L
Decimal 34 214 31 0.84 0 0.86 0.16 119.02 0.75 0.48
Hex 22 D6 1F 54 0 56 10 77 4B 30
Octal 42 326 37 124 0 126 20 167 113 60
Binary 100010 11010110 11111 1010100 0 1010110 10000 1110111 1001011 110000

Color Harmonies of #22D61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22D61F

Black with #22D61F

Text Example


Text Example

White with #22D61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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