Html Css Color HEX #1FD241 Lime Green

📋 copy color: '#1FD241'

red 31 ◦ green 210 ◦ blue 65

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

Shades of Lime Green #1FD241

Tints of Lime Green #1FD241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 10.13%
G = 68.63%
B = 21.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#1FD241 (or 0x1FD241) is known color: Lime Green. HEX triplet: 1F, D2 and 41. RGB value is (31,210,65). Sum of RGB (Red+Green+Blue) = 31+210+65=306 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.13% from 306); Green value is 210 (82.42% from 255 or 68.63% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD241 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD241 is #E02DBE. Grayscale: #8C8C8C. Windows color (decimal): -14691775 or 4313631. OLE color: 4313631.

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

Color convert

RGB 31 210 65 -
CMYK 0.85 0 0.69 0.18
HSL 131.4º 0.74% 0.47% -
HSV(B) 131.4º 0.85% 0.82% -
XYZ 24.57 46.77 12.73 -
YUV 139.95 85.7 50.29 -
System Red Green Blue C M Y K H S L
Decimal 31 210 65 0.85 0 0.69 0.18 131.4 0.74 0.47
Hex 1F D2 41 55 0 45 12 83 4A 2F
Octal 37 322 101 125 0 105 22 203 112 57
Binary 11111 11010010 1000001 1010101 0 1000101 10010 10000011 1001010 101111

Color Harmonies of #1FD241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD241

Black with #1FD241

Text Example


Text Example

White with #1FD241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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