Html Css Color HEX #1FE42D Lime Green

📋 copy color: '#1FE42D'

red 31 ◦ green 228 ◦ blue 45

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

Shades of Lime Green #1FE42D

Tints of Lime Green #1FE42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 10.2%
G = 75%
B = 14.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#1FE42D (or 0x1FE42D) is known color: Lime Green. HEX triplet: 1F, E4 and 2D. RGB value is (31,228,45). Sum of RGB (Red+Green+Blue) = 31+228+45=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 228 (89.45% from 255 or 75% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 228 - color contains mainly: green. Hex color #1FE42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE42D is #E01BD2. Grayscale: #949494. Windows color (decimal): -14687187 or 3007519. OLE color: 3007519.

HSL color Cylindrical-coordinate representation of color #1FE42D: hue angle of 124.26º 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 #1FE42D is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 31 228 45 -
CMYK 0.86 0 0.80 0.11
HSL 124.26º 0.78% 0.51% -
HSV(B) 124.26º 0.86% 0.89% -
XYZ 28.78 55.97 11.77 -
YUV 148.24 69.73 44.38 -
System Red Green Blue C M Y K H S L
Decimal 31 228 45 0.86 0 0.80 0.11 124.26 0.78 0.51
Hex 1F E4 2D 56 0 50 B 7C 4E 33
Octal 37 344 55 126 0 120 13 174 116 63
Binary 11111 11100100 101101 1010110 0 1010000 1011 1111100 1001110 110011

Color Harmonies of #1FE42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE42D

Black with #1FE42D

Text Example


Text Example

White with #1FE42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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