Html Css Color HEX #1FE42A Lime Green

📋 copy color: '#1FE42A'

red 31 ◦ green 228 ◦ blue 42

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

Shades of Lime Green #1FE42A

Tints of Lime Green #1FE42A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 75.75%

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

R = 10.3%
G = 75.75%
B = 13.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#1FE42A (or 0x1FE42A) is known color: Lime Green. HEX triplet: 1F, E4 and 2A. RGB value is (31,228,42). Sum of RGB (Red+Green+Blue) = 31+228+42=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 228 (89.45% from 255 or 75.75% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE42A is #E01BD5. Grayscale: #949494. Windows color (decimal): -14687190 or 2810911. OLE color: 2810911.

HSL color Cylindrical-coordinate representation of color #1FE42A: hue angle of 123.35º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE42A is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 31 228 42 -
CMYK 0.86 0 0.82 0.11
HSL 123.35º 0.78% 0.51% -
HSV(B) 123.35º 0.86% 0.89% -
XYZ 28.73 55.95 11.47 -
YUV 147.89 68.23 44.62 -
System Red Green Blue C M Y K H S L
Decimal 31 228 42 0.86 0 0.82 0.11 123.35 0.78 0.51
Hex 1F E4 2A 56 0 52 B 7B 4E 33
Octal 37 344 52 126 0 122 13 173 116 63
Binary 11111 11100100 101010 1010110 0 1010010 1011 1111011 1001110 110011

Color Harmonies of #1FE42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE42A

Black with #1FE42A

Text Example


Text Example

White with #1FE42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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