Html Css Color HEX #1FDC34 Lime Green

📋 copy color: '#1FDC34'

red 31 ◦ green 220 ◦ blue 52

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

Shades of Lime Green #1FDC34

Tints of Lime Green #1FDC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 10.23%
G = 72.61%
B = 17.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#1FDC34 (or 0x1FDC34) is known color: Lime Green. HEX triplet: 1F, DC and 34. RGB value is (31,220,52). Sum of RGB (Red+Green+Blue) = 31+220+52=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 220 (86.33% from 255 or 72.61% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC34 is #E023CB. Grayscale: #909090. Windows color (decimal): -14689228 or 3464223. OLE color: 3464223.

HSL color Cylindrical-coordinate representation of color #1FDC34: hue angle of 126.67º 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 #1FDC34 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 220 52 -
CMYK 0.86 0 0.76 0.14
HSL 126.67º 0.75% 0.49% -
HSV(B) 126.67º 0.86% 0.86% -
XYZ 26.78 51.73 11.82 -
YUV 144.34 75.88 47.16 -
System Red Green Blue C M Y K H S L
Decimal 31 220 52 0.86 0 0.76 0.14 126.67 0.75 0.49
Hex 1F DC 34 56 0 4C E 7F 4B 31
Octal 37 334 64 126 0 114 16 177 113 61
Binary 11111 11011100 110100 1010110 0 1001100 1110 1111111 1001011 110001

Color Harmonies of #1FDC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDC34

Black with #1FDC34

Text Example


Text Example

White with #1FDC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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