Html Css Color HEX #1FD224 Lime Green

📋 copy color: '#1FD224'

red 31 ◦ green 210 ◦ blue 36

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

Shades of Lime Green #1FD224

Tints of Lime Green #1FD224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13%

R = 11.19%
G = 75.81%
B = 13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#1FD224 (or 0x1FD224) is known color: Lime Green. HEX triplet: 1F, D2 and 24. RGB value is (31,210,36). Sum of RGB (Red+Green+Blue) = 31+210+36=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 210 (82.42% from 255 or 75.81% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD224 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD224 is #E02DDB. Grayscale: #898989. Windows color (decimal): -14691804 or 2413087. OLE color: 2413087.

HSL color Cylindrical-coordinate representation of color #1FD224: hue angle of 121.68º 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 #1FD224 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 31 210 36 -
CMYK 0.85 0 0.83 0.18
HSL 121.68º 0.74% 0.47% -
HSV(B) 121.68º 0.85% 0.82% -
XYZ 23.93 46.51 9.39 -
YUV 136.64 71.2 52.65 -
System Red Green Blue C M Y K H S L
Decimal 31 210 36 0.85 0 0.83 0.18 121.68 0.74 0.47
Hex 1F D2 24 55 0 53 12 7A 4A 2F
Octal 37 322 44 125 0 123 22 172 112 57
Binary 11111 11010010 100100 1010101 0 1010011 10010 1111010 1001010 101111

Color Harmonies of #1FD224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD224

Black with #1FD224

Text Example


Text Example

White with #1FD224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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