Html Css Color HEX #1DD01F Lime Green

📋 copy color: '#1DD01F'

red 29 ◦ green 208 ◦ blue 31

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

Shades of Lime Green #1DD01F

Tints of Lime Green #1DD01F

RGB

 RED value IS 29 (11.72% from 255) = 10.82%

 GREEN value IS 208 (81.64% from 255) = 77.61%

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 10.82%
G = 77.61%
B = 11.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#1DD01F (or 0x1DD01F) is known color: Lime Green. HEX triplet: 1D, D0 and 1F. RGB value is (29,208,31). Sum of RGB (Red+Green+Blue) = 29+208+31=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 208 (81.64% from 255 or 77.61% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD01F is #E22FE0. Grayscale: #868686. Windows color (decimal): -14823393 or 2084893. OLE color: 2084893.

HSL color Cylindrical-coordinate representation of color #1DD01F: hue angle of 120.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD01F is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 208 31 -
CMYK 0.86 0 0.85 0.18
HSL 120.67º 0.76% 0.46% -
HSV(B) 120.67º 0.86% 0.82% -
XYZ 23.31 45.47 8.84 -
YUV 134.3 69.7 52.89 -
System Red Green Blue C M Y K H S L
Decimal 29 208 31 0.86 0 0.85 0.18 120.67 0.76 0.46
Hex 1D D0 1F 56 0 55 12 79 4C 2E
Octal 35 320 37 126 0 125 22 171 114 56
Binary 11101 11010000 11111 1010110 0 1010101 10010 1111001 1001100 101110

Color Harmonies of #1DD01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD01F

Black with #1DD01F

Text Example


Text Example

White with #1DD01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,208,31); }

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

background-color css

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

 a { background-color: rgb(29,208,31); }

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

border-color css

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

 span { border-color: rgb(29,208,31); }

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