Html Css Color HEX #1DBC23 Lime Green

📋 copy color: '#1DBC23'

red 29 ◦ green 188 ◦ blue 35

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

Shades of Lime Green #1DBC23

Tints of Lime Green #1DBC23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.89%

R = 11.51%
G = 74.6%
B = 13.89%

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

#1DBC23 (or 0x1DBC23) is known color: Lime Green. HEX triplet: 1D, BC and 23. RGB value is (29,188,35). Sum of RGB (Red+Green+Blue) = 29+188+35=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 188 (73.83% from 255 or 74.60% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBC23 is #E243DC. Grayscale: #7B7B7B. Windows color (decimal): -14828509 or 2341917. OLE color: 2341917.

HSL color Cylindrical-coordinate representation of color #1DBC23: hue angle of 122.26º 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 #1DBC23 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 188 35 -
CMYK 0.85 0 0.81 0.26
HSL 122.26º 0.73% 0.43% -
HSV(B) 122.26º 0.85% 0.74% -
XYZ 18.79 36.35 7.62 -
YUV 123.02 78.32 60.94 -
System Red Green Blue C M Y K H S L
Decimal 29 188 35 0.85 0 0.81 0.26 122.26 0.73 0.43
Hex 1D BC 23 55 0 51 1A 7A 49 2B
Octal 35 274 43 125 0 121 32 172 111 53
Binary 11101 10111100 100011 1010101 0 1010001 11010 1111010 1001001 101011

Color Harmonies of #1DBC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBC23

Black with #1DBC23

Text Example


Text Example

White with #1DBC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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