Html Css Color HEX #1FEC2F Lime Green

📋 copy color: '#1FEC2F'

red 31 ◦ green 236 ◦ blue 47

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

Shades of Lime Green #1FEC2F

Tints of Lime Green #1FEC2F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 75.16%

 BLUE value IS 47 (18.75% from 255) = 14.97%

R = 9.87%
G = 75.16%
B = 14.97%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#1FEC2F (or 0x1FEC2F) is known color: Lime Green. HEX triplet: 1F, EC and 2F. RGB value is (31,236,47). Sum of RGB (Red+Green+Blue) = 31+236+47=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 236 (92.58% from 255 or 75.16% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 236 - color contains mainly: green. Hex color #1FEC2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEC2F is #E013D0. Grayscale: #999999. Windows color (decimal): -14685137 or 3140639. OLE color: 3140639.

HSL color Cylindrical-coordinate representation of color #1FEC2F: hue angle of 124.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FEC2F is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 236 47 -
CMYK 0.87 0 0.80 0.07
HSL 124.68º 0.84% 0.52% -
HSV(B) 124.68º 0.87% 0.93% -
XYZ 31.07 60.49 12.73 -
YUV 153.16 68.08 40.87 -
System Red Green Blue C M Y K H S L
Decimal 31 236 47 0.87 0 0.80 0.07 124.68 0.84 0.52
Hex 1F EC 2F 57 0 50 7 7D 54 34
Octal 37 354 57 127 0 120 7 175 124 64
Binary 11111 11101100 101111 1010111 0 1010000 111 1111101 1010100 110100

Color Harmonies of #1FEC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEC2F

Black with #1FEC2F

Text Example


Text Example

White with #1FEC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,236,47); }

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

background-color css

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

 a { background-color: rgb(31,236,47); }

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

border-color css

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

 span { border-color: rgb(31,236,47); }

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