Html Css Color HEX #1FD32D Lime Green

📋 copy color: '#1FD32D'

red 31 ◦ green 211 ◦ blue 45

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

Shades of Lime Green #1FD32D

Tints of Lime Green #1FD32D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 73.52%

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

R = 10.8%
G = 73.52%
B = 15.68%

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

#1FD32D (or 0x1FD32D) is known color: Lime Green. HEX triplet: 1F, D3 and 2D. RGB value is (31,211,45). Sum of RGB (Red+Green+Blue) = 31+211+45=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 211 (82.81% from 255 or 73.52% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 211 - color contains mainly: green. Hex color #1FD32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD32D is #E02CD2. Grayscale: #8A8A8A. Windows color (decimal): -14691539 or 3003167. OLE color: 3003167.

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

Color convert

RGB 31 211 45 -
CMYK 0.85 0 0.79 0.17
HSL 124.67º 0.74% 0.47% -
HSV(B) 124.67º 0.85% 0.83% -
XYZ 24.33 47.07 10.29 -
YUV 138.26 75.37 51.5 -
System Red Green Blue C M Y K H S L
Decimal 31 211 45 0.85 0 0.79 0.17 124.67 0.74 0.47
Hex 1F D3 2D 55 0 4F 11 7D 4A 2F
Octal 37 323 55 125 0 117 21 175 112 57
Binary 11111 11010011 101101 1010101 0 1001111 10001 1111101 1001010 101111

Color Harmonies of #1FD32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD32D

Black with #1FD32D

Text Example


Text Example

White with #1FD32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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