Html Css Color HEX #1FDC33 Lime Green

📋 copy color: '#1FDC33'

red 31 ◦ green 220 ◦ blue 51

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

Shades of Lime Green #1FDC33

Tints of Lime Green #1FDC33

RGB

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

 GREEN value IS 220 (86.33% from 255) = 72.85%

 BLUE value IS 51 (20.31% from 255) = 16.89%

R = 10.26%
G = 72.85%
B = 16.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#1FDC33 (or 0x1FDC33) is known color: Lime Green. HEX triplet: 1F, DC and 33. RGB value is (31,220,51). Sum of RGB (Red+Green+Blue) = 31+220+51=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 220 (86.33% from 255 or 72.85% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC33 is #E023CC. Grayscale: #909090. Windows color (decimal): -14689229 or 3398687. OLE color: 3398687.

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

Color convert

RGB 31 220 51 -
CMYK 0.86 0 0.77 0.14
HSL 126.35º 0.75% 0.49% -
HSV(B) 126.35º 0.86% 0.86% -
XYZ 26.76 51.72 11.7 -
YUV 144.22 75.38 47.24 -
System Red Green Blue C M Y K H S L
Decimal 31 220 51 0.86 0 0.77 0.14 126.35 0.75 0.49
Hex 1F DC 33 56 0 4D E 7E 4B 31
Octal 37 334 63 126 0 115 16 176 113 61
Binary 11111 11011100 110011 1010110 0 1001101 1110 1111110 1001011 110001

Color Harmonies of #1FDC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDC33

Black with #1FDC33

Text Example


Text Example

White with #1FDC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,220,51); }

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

background-color css

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

 a { background-color: rgb(31,220,51); }

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

border-color css

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

 span { border-color: rgb(31,220,51); }

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