Html Css Color HEX #1DB930 Lime Green

📋 copy color: '#1DB930'

red 29 ◦ green 185 ◦ blue 48

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

Shades of Lime Green #1DB930

Tints of Lime Green #1DB930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 11.07%
G = 70.61%
B = 18.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#1DB930 (or 0x1DB930) is known color: Lime Green. HEX triplet: 1D, B9 and 30. RGB value is (29,185,48). Sum of RGB (Red+Green+Blue) = 29+185+48=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 185 (72.66% from 255 or 70.61% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB930 is #E246CF. Grayscale: #7B7B7B. Windows color (decimal): -14829264 or 3193117. OLE color: 3193117.

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

Color convert

RGB 29 185 48 -
CMYK 0.84 0 0.74 0.27
HSL 127.31º 0.73% 0.42% -
HSV(B) 127.31º 0.84% 0.73% -
XYZ 18.39 35.17 8.62 -
YUV 122.74 85.82 61.14 -
System Red Green Blue C M Y K H S L
Decimal 29 185 48 0.84 0 0.74 0.27 127.31 0.73 0.42
Hex 1D B9 30 54 0 4A 1B 7F 49 2A
Octal 35 271 60 124 0 112 33 177 111 52
Binary 11101 10111001 110000 1010100 0 1001010 11011 1111111 1001001 101010

Color Harmonies of #1DB930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB930

Black with #1DB930

Text Example


Text Example

White with #1DB930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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