Html Css Color HEX #1FD73E Lime Green

📋 copy color: '#1FD73E'

red 31 ◦ green 215 ◦ blue 62

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

Shades of Lime Green #1FD73E

Tints of Lime Green #1FD73E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 69.81%

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 10.06%
G = 69.81%
B = 20.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#1FD73E (or 0x1FD73E) is known color: Lime Green. HEX triplet: 1F, D7 and 3E. RGB value is (31,215,62). Sum of RGB (Red+Green+Blue) = 31+215+62=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 215 (84.38% from 255 or 69.81% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 215 - color contains mainly: green. Hex color #1FD73E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD73E is #E028C1. Grayscale: #8E8E8E. Windows color (decimal): -14690498 or 4118303. OLE color: 4118303.

HSL color Cylindrical-coordinate representation of color #1FD73E: hue angle of 130.11º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD73E is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 215 62 -
CMYK 0.86 0 0.71 0.16
HSL 130.11º 0.75% 0.48% -
HSV(B) 130.11º 0.86% 0.84% -
XYZ 25.74 49.24 12.71 -
YUV 142.54 82.54 48.44 -
System Red Green Blue C M Y K H S L
Decimal 31 215 62 0.86 0 0.71 0.16 130.11 0.75 0.48
Hex 1F D7 3E 56 0 47 10 82 4B 30
Octal 37 327 76 126 0 107 20 202 113 60
Binary 11111 11010111 111110 1010110 0 1000111 10000 10000010 1001011 110000

Color Harmonies of #1FD73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD73E

Black with #1FD73E

Text Example


Text Example

White with #1FD73E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,215,62); }

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

background-color css

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

 a { background-color: rgb(31,215,62); }

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

border-color css

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

 span { border-color: rgb(31,215,62); }

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