Html Css Color HEX #1FE02A Lime Green

📋 copy color: '#1FE02A'

red 31 ◦ green 224 ◦ blue 42

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

Shades of Lime Green #1FE02A

Tints of Lime Green #1FE02A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 75.42%

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 10.44%
G = 75.42%
B = 14.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#1FE02A (or 0x1FE02A) is known color: Lime Green. HEX triplet: 1F, E0 and 2A. RGB value is (31,224,42). Sum of RGB (Red+Green+Blue) = 31+224+42=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 224 (87.89% from 255 or 75.42% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE02A is #E01FD5. Grayscale: #929292. Windows color (decimal): -14688214 or 2809887. OLE color: 2809887.

HSL color Cylindrical-coordinate representation of color #1FE02A: hue angle of 123.42º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE02A is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 31 224 42 -
CMYK 0.86 0 0.81 0.12
HSL 123.42º 0.76% 0.5% -
HSV(B) 123.42º 0.86% 0.88% -
XYZ 27.64 53.77 11.11 -
YUV 145.55 69.56 46.3 -
System Red Green Blue C M Y K H S L
Decimal 31 224 42 0.86 0 0.81 0.12 123.42 0.76 0.5
Hex 1F E0 2A 56 0 51 C 7B 4C 32
Octal 37 340 52 126 0 121 14 173 114 62
Binary 11111 11100000 101010 1010110 0 1010001 1100 1111011 1001100 110010

Color Harmonies of #1FE02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE02A

Black with #1FE02A

Text Example


Text Example

White with #1FE02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,224,42); }

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

background-color css

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

 a { background-color: rgb(31,224,42); }

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

border-color css

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

 span { border-color: rgb(31,224,42); }

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