Html Css Color HEX #1DCB2E Lime Green

📋 copy color: '#1DCB2E'

red 29 ◦ green 203 ◦ blue 46

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

Shades of Lime Green #1DCB2E

Tints of Lime Green #1DCB2E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 73.02%

 BLUE value IS 46 (18.36% from 255) = 16.55%

R = 10.43%
G = 73.02%
B = 16.55%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#1DCB2E (or 0x1DCB2E) is known color: Lime Green. HEX triplet: 1D, CB and 2E. RGB value is (29,203,46). Sum of RGB (Red+Green+Blue) = 29+203+46=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 203 (79.69% from 255 or 73.02% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCB2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCB2E is #E234D1. Grayscale: #858585. Windows color (decimal): -14824658 or 3066653. OLE color: 3066653.

HSL color Cylindrical-coordinate representation of color #1DCB2E: hue angle of 125.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCB2E is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 203 46 -
CMYK 0.86 0 0.77 0.20
HSL 125.86º 0.75% 0.45% -
HSV(B) 125.86º 0.86% 0.8% -
XYZ 22.36 43.17 9.74 -
YUV 133.08 78.85 53.77 -
System Red Green Blue C M Y K H S L
Decimal 29 203 46 0.86 0 0.77 0.20 125.86 0.75 0.45
Hex 1D CB 2E 56 0 4D 14 7E 4B 2D
Octal 35 313 56 126 0 115 24 176 113 55
Binary 11101 11001011 101110 1010110 0 1001101 10100 1111110 1001011 101101

Color Harmonies of #1DCB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCB2E

Black with #1DCB2E

Text Example


Text Example

White with #1DCB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,203,46); }

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

background-color css

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

 a { background-color: rgb(29,203,46); }

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

border-color css

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

 span { border-color: rgb(29,203,46); }

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