Html Css Color HEX #1DBA2F Lime Green

📋 copy color: '#1DBA2F'

red 29 ◦ green 186 ◦ blue 47

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

Shades of Lime Green #1DBA2F

Tints of Lime Green #1DBA2F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 70.99%

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

R = 11.07%
G = 70.99%
B = 17.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#1DBA2F (or 0x1DBA2F) is known color: Lime Green. HEX triplet: 1D, BA and 2F. RGB value is (29,186,47). Sum of RGB (Red+Green+Blue) = 29+186+47=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 186 (73.05% from 255 or 70.99% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBA2F is #E245D0. Grayscale: #7B7B7B. Windows color (decimal): -14829009 or 3127837. OLE color: 3127837.

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

Color convert

RGB 29 186 47 -
CMYK 0.84 0 0.75 0.27
HSL 126.88º 0.73% 0.42% -
HSV(B) 126.88º 0.84% 0.73% -
XYZ 18.58 35.58 8.58 -
YUV 123.21 84.99 60.8 -
System Red Green Blue C M Y K H S L
Decimal 29 186 47 0.84 0 0.75 0.27 126.88 0.73 0.42
Hex 1D BA 2F 54 0 4B 1B 7F 49 2A
Octal 35 272 57 124 0 113 33 177 111 52
Binary 11101 10111010 101111 1010100 0 1001011 11011 1111111 1001001 101010

Color Harmonies of #1DBA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBA2F

Black with #1DBA2F

Text Example


Text Example

White with #1DBA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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