Html Css Color HEX #1FD227 Lime Green

📋 copy color: '#1FD227'

red 31 ◦ green 210 ◦ blue 39

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

Shades of Lime Green #1FD227

Tints of Lime Green #1FD227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.93%

R = 11.07%
G = 75%
B = 13.93%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#1FD227 (or 0x1FD227) is known color: Lime Green. HEX triplet: 1F, D2 and 27. RGB value is (31,210,39). Sum of RGB (Red+Green+Blue) = 31+210+39=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 210 (82.42% from 255 or 75% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD227 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD227 is #E02DD8. Grayscale: #898989. Windows color (decimal): -14691801 or 2609695. OLE color: 2609695.

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

Color convert

RGB 31 210 39 -
CMYK 0.85 0 0.81 0.18
HSL 122.68º 0.74% 0.47% -
HSV(B) 122.68º 0.85% 0.82% -
XYZ 23.98 46.53 9.64 -
YUV 136.99 72.7 52.4 -
System Red Green Blue C M Y K H S L
Decimal 31 210 39 0.85 0 0.81 0.18 122.68 0.74 0.47
Hex 1F D2 27 55 0 51 12 7B 4A 2F
Octal 37 322 47 125 0 121 22 173 112 57
Binary 11111 11010010 100111 1010101 0 1010001 10010 1111011 1001010 101111

Color Harmonies of #1FD227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD227

Black with #1FD227

Text Example


Text Example

White with #1FD227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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