Html Css Color HEX #1FDA32 Lime Green

📋 copy color: '#1FDA32'

red 31 ◦ green 218 ◦ blue 50

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

Shades of Lime Green #1FDA32

Tints of Lime Green #1FDA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 72.91%

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 10.37%
G = 72.91%
B = 16.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#1FDA32 (or 0x1FDA32) is known color: Lime Green. HEX triplet: 1F, DA and 32. RGB value is (31,218,50). Sum of RGB (Red+Green+Blue) = 31+218+50=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 218 (85.55% from 255 or 72.91% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDA32 is #E025CD. Grayscale: #8F8F8F. Windows color (decimal): -14689742 or 3332639. OLE color: 3332639.

HSL color Cylindrical-coordinate representation of color #1FDA32: hue angle of 126.1º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDA32 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 218 50 -
CMYK 0.86 0 0.77 0.15
HSL 126.1º 0.75% 0.49% -
HSV(B) 126.1º 0.86% 0.85% -
XYZ 26.21 50.66 11.42 -
YUV 142.94 75.55 48.16 -
System Red Green Blue C M Y K H S L
Decimal 31 218 50 0.86 0 0.77 0.15 126.1 0.75 0.49
Hex 1F DA 32 56 0 4D F 7E 4B 31
Octal 37 332 62 126 0 115 17 176 113 61
Binary 11111 11011010 110010 1010110 0 1001101 1111 1111110 1001011 110001

Color Harmonies of #1FDA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDA32

Black with #1FDA32

Text Example


Text Example

White with #1FDA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,218,50); }

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

background-color css

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

 a { background-color: rgb(31,218,50); }

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

border-color css

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

 span { border-color: rgb(31,218,50); }

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