Html Css Color HEX #1FD42C Lime Green

📋 copy color: '#1FD42C'

red 31 ◦ green 212 ◦ blue 44

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

Shades of Lime Green #1FD42C

Tints of Lime Green #1FD42C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 73.87%

 BLUE value IS 44 (17.58% from 255) = 15.33%

R = 10.8%
G = 73.87%
B = 15.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#1FD42C (or 0x1FD42C) is known color: Lime Green. HEX triplet: 1F, D4 and 2C. RGB value is (31,212,44). Sum of RGB (Red+Green+Blue) = 31+212+44=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 212 (83.20% from 255 or 73.87% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 212 - color contains mainly: green. Hex color #1FD42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD42C is #E02BD3. Grayscale: #8B8B8B. Windows color (decimal): -14691284 or 2937887. OLE color: 2937887.

HSL color Cylindrical-coordinate representation of color #1FD42C: hue angle of 124.31º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD42C is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 31 212 44 -
CMYK 0.85 0 0.79 0.17
HSL 124.31º 0.74% 0.48% -
HSV(B) 124.31º 0.85% 0.83% -
XYZ 24.56 47.56 10.27 -
YUV 138.73 74.53 51.16 -
System Red Green Blue C M Y K H S L
Decimal 31 212 44 0.85 0 0.79 0.17 124.31 0.74 0.48
Hex 1F D4 2C 55 0 4F 11 7C 4A 30
Octal 37 324 54 125 0 117 21 174 112 60
Binary 11111 11010100 101100 1010101 0 1001111 10001 1111100 1001010 110000

Color Harmonies of #1FD42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD42C

Black with #1FD42C

Text Example


Text Example

White with #1FD42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,212,44); }

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

background-color css

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

 a { background-color: rgb(31,212,44); }

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

border-color css

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

 span { border-color: rgb(31,212,44); }

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