Html Css Color HEX #1DB02B Lime Green

📋 copy color: '#1DB02B'

red 29 ◦ green 176 ◦ blue 43

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

Shades of Lime Green #1DB02B

Tints of Lime Green #1DB02B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 70.97%

 BLUE value IS 43 (17.19% from 255) = 17.34%

R = 11.69%
G = 70.97%
B = 17.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#1DB02B (or 0x1DB02B) is known color: Lime Green. HEX triplet: 1D, B0 and 2B. RGB value is (29,176,43). Sum of RGB (Red+Green+Blue) = 29+176+43=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 176 (69.14% from 255 or 70.97% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 176 - color contains mainly: green. Hex color #1DB02B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB02B is #E24FD4. Grayscale: #757575. Windows color (decimal): -14831573 or 2863133. OLE color: 2863133.

HSL color Cylindrical-coordinate representation of color #1DB02B: hue angle of 125.71º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB02B is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 176 43 -
CMYK 0.84 0 0.76 0.31
HSL 125.71º 0.72% 0.4% -
HSV(B) 125.71º 0.84% 0.69% -
XYZ 16.47 31.49 7.5 -
YUV 116.89 86.3 65.31 -
System Red Green Blue C M Y K H S L
Decimal 29 176 43 0.84 0 0.76 0.31 125.71 0.72 0.4
Hex 1D B0 2B 54 0 4C 1F 7E 48 28
Octal 35 260 53 124 0 114 37 176 110 50
Binary 11101 10110000 101011 1010100 0 1001100 11111 1111110 1001000 101000

Color Harmonies of #1DB02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB02B

Black with #1DB02B

Text Example


Text Example

White with #1DB02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,176,43); }

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

background-color css

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

 a { background-color: rgb(29,176,43); }

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

border-color css

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

 span { border-color: rgb(29,176,43); }

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