Html Css Color HEX #1DB933 Lime Green

📋 copy color: '#1DB933'

red 29 ◦ green 185 ◦ blue 51

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

Shades of Lime Green #1DB933

Tints of Lime Green #1DB933

RGB

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

 GREEN value IS 185 (72.66% from 255) = 69.81%

 BLUE value IS 51 (20.31% from 255) = 19.25%

R = 10.94%
G = 69.81%
B = 19.25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#1DB933 (or 0x1DB933) is known color: Lime Green. HEX triplet: 1D, B9 and 33. RGB value is (29,185,51). Sum of RGB (Red+Green+Blue) = 29+185+51=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 185 (72.66% from 255 or 69.81% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB933 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB933 is #E246CC. Grayscale: #7B7B7B. Windows color (decimal): -14829261 or 3389725. OLE color: 3389725.

HSL color Cylindrical-coordinate representation of color #1DB933: hue angle of 128.46º 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 #1DB933 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 185 51 -
CMYK 0.84 0 0.72 0.27
HSL 128.46º 0.73% 0.42% -
HSV(B) 128.46º 0.84% 0.73% -
XYZ 18.45 35.2 8.95 -
YUV 123.08 87.32 60.9 -
System Red Green Blue C M Y K H S L
Decimal 29 185 51 0.84 0 0.72 0.27 128.46 0.73 0.42
Hex 1D B9 33 54 0 48 1B 80 49 2A
Octal 35 271 63 124 0 110 33 200 111 52
Binary 11101 10111001 110011 1010100 0 1001000 11011 10000000 1001001 101010

Color Harmonies of #1DB933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB933

Black with #1DB933

Text Example


Text Example

White with #1DB933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,185,51); }

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

background-color css

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

 a { background-color: rgb(29,185,51); }

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

border-color css

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

 span { border-color: rgb(29,185,51); }

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