Html Css Color HEX #1FEC2E Lime Green

📋 copy color: '#1FEC2E'

red 31 ◦ green 236 ◦ blue 46

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

Shades of Lime Green #1FEC2E

Tints of Lime Green #1FEC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.7%

R = 9.9%
G = 75.4%
B = 14.7%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#1FEC2E (or 0x1FEC2E) is known color: Lime Green. HEX triplet: 1F, EC and 2E. RGB value is (31,236,46). Sum of RGB (Red+Green+Blue) = 31+236+46=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 236 (92.58% from 255 or 75.40% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 236 - color contains mainly: green. Hex color #1FEC2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FEC2E is #E013D1. Grayscale: #999999. Windows color (decimal): -14685138 or 3075103. OLE color: 3075103.

HSL color Cylindrical-coordinate representation of color #1FEC2E: hue angle of 124.39º 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 #1FEC2E is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 236 46 -
CMYK 0.87 0 0.81 0.07
HSL 124.39º 0.84% 0.52% -
HSV(B) 124.39º 0.87% 0.93% -
XYZ 31.05 60.48 12.62 -
YUV 153.05 67.58 40.95 -
System Red Green Blue C M Y K H S L
Decimal 31 236 46 0.87 0 0.81 0.07 124.39 0.84 0.52
Hex 1F EC 2E 57 0 51 7 7C 54 34
Octal 37 354 56 127 0 121 7 174 124 64
Binary 11111 11101100 101110 1010111 0 1010001 111 1111100 1010100 110100

Color Harmonies of #1FEC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FEC2E

Black with #1FEC2E

Text Example


Text Example

White with #1FEC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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