Html Css Color HEX #1FD222 Lime Green

📋 copy color: '#1FD222'

red 31 ◦ green 210 ◦ blue 34

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

Shades of Lime Green #1FD222

Tints of Lime Green #1FD222

RGB

 RED value IS 31 (12.5% from 255) = 11.27%

 GREEN value IS 210 (82.42% from 255) = 76.36%

 BLUE value IS 34 (13.67% from 255) = 12.36%

R = 11.27%
G = 76.36%
B = 12.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#1FD222 (or 0x1FD222) is known color: Lime Green. HEX triplet: 1F, D2 and 22. RGB value is (31,210,34). Sum of RGB (Red+Green+Blue) = 31+210+34=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 210 (82.42% from 255 or 76.36% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD222 is #E02DDD. Grayscale: #888888. Windows color (decimal): -14691806 or 2282015. OLE color: 2282015.

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

Color convert

RGB 31 210 34 -
CMYK 0.85 0 0.84 0.18
HSL 121.01º 0.74% 0.47% -
HSV(B) 121.01º 0.85% 0.82% -
XYZ 23.9 46.5 9.23 -
YUV 136.42 70.2 52.81 -
System Red Green Blue C M Y K H S L
Decimal 31 210 34 0.85 0 0.84 0.18 121.01 0.74 0.47
Hex 1F D2 22 55 0 54 12 79 4A 2F
Octal 37 322 42 125 0 124 22 171 112 57
Binary 11111 11010010 100010 1010101 0 1010100 10010 1111001 1001010 101111

Color Harmonies of #1FD222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD222

Black with #1FD222

Text Example


Text Example

White with #1FD222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FD222; }

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

 H1.HeaderClassName
 {
   color: #1FD222;
 }
 .AnyTagClassName
 {
   color: #1FD222;
 }
</style>

background-color css

<style>
 a { background-color: #1FD222; }

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

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

border-color css

<style>
 span { border-color: #1FD222; }

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

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