Html Css Color HEX #1FDD34 Lime Green

📋 copy color: '#1FDD34'

red 31 ◦ green 221 ◦ blue 52

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

Shades of Lime Green #1FDD34

Tints of Lime Green #1FDD34

RGB

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

 GREEN value IS 221 (86.72% from 255) = 72.7%

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

R = 10.2%
G = 72.7%
B = 17.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#1FDD34 (or 0x1FDD34) is known color: Lime Green. HEX triplet: 1F, DD and 34. RGB value is (31,221,52). Sum of RGB (Red+Green+Blue) = 31+221+52=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 221 (86.72% from 255 or 72.70% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 221 - color contains mainly: green. Hex color #1FDD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDD34 is #E022CB. Grayscale: #919191. Windows color (decimal): -14688972 or 3464479. OLE color: 3464479.

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

Color convert

RGB 31 221 52 -
CMYK 0.86 0 0.76 0.13
HSL 126.63º 0.75% 0.49% -
HSV(B) 126.63º 0.86% 0.87% -
XYZ 27.04 52.25 11.91 -
YUV 144.92 75.55 46.74 -
System Red Green Blue C M Y K H S L
Decimal 31 221 52 0.86 0 0.76 0.13 126.63 0.75 0.49
Hex 1F DD 34 56 0 4C D 7F 4B 31
Octal 37 335 64 126 0 114 15 177 113 61
Binary 11111 11011101 110100 1010110 0 1001100 1101 1111111 1001011 110001

Color Harmonies of #1FDD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDD34

Black with #1FDD34

Text Example


Text Example

White with #1FDD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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