Html Css Color HEX #1FE52A Lime Green

📋 copy color: '#1FE52A'

red 31 ◦ green 229 ◦ blue 42

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

Shades of Lime Green #1FE52A

Tints of Lime Green #1FE52A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 75.83%

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

R = 10.26%
G = 75.83%
B = 13.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#1FE52A (or 0x1FE52A) is known color: Lime Green. HEX triplet: 1F, E5 and 2A. RGB value is (31,229,42). Sum of RGB (Red+Green+Blue) = 31+229+42=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 229 (89.84% from 255 or 75.83% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE52A is #E01AD5. Grayscale: #959595. Windows color (decimal): -14686934 or 2811167. OLE color: 2811167.

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

Color convert

RGB 31 229 42 -
CMYK 0.86 0 0.82 0.10
HSL 123.33º 0.79% 0.51% -
HSV(B) 123.33º 0.86% 0.9% -
XYZ 29 56.5 11.57 -
YUV 148.48 67.9 44.21 -
System Red Green Blue C M Y K H S L
Decimal 31 229 42 0.86 0 0.82 0.10 123.33 0.79 0.51
Hex 1F E5 2A 56 0 52 A 7B 4F 33
Octal 37 345 52 126 0 122 12 173 117 63
Binary 11111 11100101 101010 1010110 0 1010010 1010 1111011 1001111 110011

Color Harmonies of #1FE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE52A

Black with #1FE52A

Text Example


Text Example

White with #1FE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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