Html Css Color HEX #1DBC24 Lime Green

📋 copy color: '#1DBC24'

red 29 ◦ green 188 ◦ blue 36

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

Shades of Lime Green #1DBC24

Tints of Lime Green #1DBC24

RGB

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

 GREEN value IS 188 (73.83% from 255) = 74.31%

 BLUE value IS 36 (14.45% from 255) = 14.23%

R = 11.46%
G = 74.31%
B = 14.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#1DBC24 (or 0x1DBC24) is known color: Lime Green. HEX triplet: 1D, BC and 24. RGB value is (29,188,36). Sum of RGB (Red+Green+Blue) = 29+188+36=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 188 (73.83% from 255 or 74.31% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBC24 is #E243DB. Grayscale: #7B7B7B. Windows color (decimal): -14828508 or 2407453. OLE color: 2407453.

HSL color Cylindrical-coordinate representation of color #1DBC24: hue angle of 122.64º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBC24 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 188 36 -
CMYK 0.85 0 0.81 0.26
HSL 122.64º 0.73% 0.43% -
HSV(B) 122.64º 0.85% 0.74% -
XYZ 18.81 36.36 7.69 -
YUV 123.13 78.82 60.86 -
System Red Green Blue C M Y K H S L
Decimal 29 188 36 0.85 0 0.81 0.26 122.64 0.73 0.43
Hex 1D BC 24 55 0 51 1A 7B 49 2B
Octal 35 274 44 125 0 121 32 173 111 53
Binary 11101 10111100 100100 1010101 0 1010001 11010 1111011 1001001 101011

Color Harmonies of #1DBC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBC24

Black with #1DBC24

Text Example


Text Example

White with #1DBC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,188,36); }

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

background-color css

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

 a { background-color: rgb(29,188,36); }

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

border-color css

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

 span { border-color: rgb(29,188,36); }

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