Html Css Color HEX #1DDA1B Lime Green

📋 copy color: '#1DDA1B'

red 29 ◦ green 218 ◦ blue 27

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

Shades of Lime Green #1DDA1B

Tints of Lime Green #1DDA1B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 79.56%

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 10.58%
G = 79.56%
B = 9.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#1DDA1B (or 0x1DDA1B) is known color: Lime Green. HEX triplet: 1D, DA and 1B. RGB value is (29,218,27). Sum of RGB (Red+Green+Blue) = 29+218+27=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 218 (85.55% from 255 or 79.56% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 218 - color contains mainly: green. Hex color #1DDA1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDA1B is #E225E4. Grayscale: #8C8C8C. Windows color (decimal): -14820837 or 1825309. OLE color: 1825309.

HSL color Cylindrical-coordinate representation of color #1DDA1B: hue angle of 119.37º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDA1B is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 218 27 -
CMYK 0.87 0 0.88 0.15
HSL 119.37º 0.78% 0.48% -
HSV(B) 119.37º 0.88% 0.85% -
XYZ 25.78 50.48 9.42 -
YUV 139.72 64.38 49.03 -
System Red Green Blue C M Y K H S L
Decimal 29 218 27 0.87 0 0.88 0.15 119.37 0.78 0.48
Hex 1D DA 1B 57 0 58 F 77 4E 30
Octal 35 332 33 127 0 130 17 167 116 60
Binary 11101 11011010 11011 1010111 0 1011000 1111 1110111 1001110 110000

Color Harmonies of #1DDA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDA1B

Black with #1DDA1B

Text Example


Text Example

White with #1DDA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,218,27); }

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

background-color css

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

 a { background-color: rgb(29,218,27); }

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

border-color css

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

 span { border-color: rgb(29,218,27); }

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