Html Css Color HEX #1FD240 Lime Green

📋 copy color: '#1FD240'

red 31 ◦ green 210 ◦ blue 64

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

Shades of Lime Green #1FD240

Tints of Lime Green #1FD240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 10.16%
G = 68.85%
B = 20.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#1FD240 (or 0x1FD240) is known color: Lime Green. HEX triplet: 1F, D2 and 40. RGB value is (31,210,64). Sum of RGB (Red+Green+Blue) = 31+210+64=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 210 (82.42% from 255 or 68.85% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD240 is #E02DBF. Grayscale: #8C8C8C. Windows color (decimal): -14691776 or 4248095. OLE color: 4248095.

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

Color convert

RGB 31 210 64 -
CMYK 0.85 0 0.70 0.18
HSL 131.06º 0.74% 0.47% -
HSV(B) 131.06º 0.85% 0.82% -
XYZ 24.54 46.75 12.58 -
YUV 139.84 85.2 50.37 -
System Red Green Blue C M Y K H S L
Decimal 31 210 64 0.85 0 0.70 0.18 131.06 0.74 0.47
Hex 1F D2 40 55 0 46 12 83 4A 2F
Octal 37 322 100 125 0 106 22 203 112 57
Binary 11111 11010010 1000000 1010101 0 1000110 10010 10000011 1001010 101111

Color Harmonies of #1FD240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD240

Black with #1FD240

Text Example


Text Example

White with #1FD240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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