Html Css Color HEX #1DB82F Lime Green

📋 copy color: '#1DB82F'

red 29 ◦ green 184 ◦ blue 47

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

Shades of Lime Green #1DB82F

Tints of Lime Green #1DB82F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 70.77%

 BLUE value IS 47 (18.75% from 255) = 18.08%

R = 11.15%
G = 70.77%
B = 18.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#1DB82F (or 0x1DB82F) is known color: Lime Green. HEX triplet: 1D, B8 and 2F. RGB value is (29,184,47). Sum of RGB (Red+Green+Blue) = 29+184+47=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 184 (72.27% from 255 or 70.77% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB82F is #E247D0. Grayscale: #7A7A7A. Windows color (decimal): -14829521 or 3127325. OLE color: 3127325.

HSL color Cylindrical-coordinate representation of color #1DB82F: hue angle of 126.97º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB82F is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 29 184 47 -
CMYK 0.84 0 0.74 0.28
HSL 126.97º 0.73% 0.42% -
HSV(B) 126.97º 0.84% 0.72% -
XYZ 18.16 34.75 8.44 -
YUV 122.04 85.65 61.64 -
System Red Green Blue C M Y K H S L
Decimal 29 184 47 0.84 0 0.74 0.28 126.97 0.73 0.42
Hex 1D B8 2F 54 0 4A 1C 7F 49 2A
Octal 35 270 57 124 0 112 34 177 111 52
Binary 11101 10111000 101111 1010100 0 1001010 11100 1111111 1001001 101010

Color Harmonies of #1DB82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB82F

Black with #1DB82F

Text Example


Text Example

White with #1DB82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,184,47); }

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

background-color css

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

 a { background-color: rgb(29,184,47); }

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

border-color css

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

 span { border-color: rgb(29,184,47); }

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