Html Css Color HEX #1DBA23 Lime Green

📋 copy color: '#1DBA23'

red 29 ◦ green 186 ◦ blue 35

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

Shades of Lime Green #1DBA23

Tints of Lime Green #1DBA23

RGB

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

 GREEN value IS 186 (73.05% from 255) = 74.4%

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

R = 11.6%
G = 74.4%
B = 14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#1DBA23 (or 0x1DBA23) is known color: Lime Green. HEX triplet: 1D, BA and 23. RGB value is (29,186,35). Sum of RGB (Red+Green+Blue) = 29+186+35=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 186 (73.05% from 255 or 74.4% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBA23 is #E245DC. Grayscale: #7A7A7A. Windows color (decimal): -14829021 or 2341405. OLE color: 2341405.

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

Color convert

RGB 29 186 35 -
CMYK 0.84 0 0.81 0.27
HSL 122.29º 0.73% 0.42% -
HSV(B) 122.29º 0.84% 0.73% -
XYZ 18.37 35.5 7.47 -
YUV 121.84 78.99 61.78 -
System Red Green Blue C M Y K H S L
Decimal 29 186 35 0.84 0 0.81 0.27 122.29 0.73 0.42
Hex 1D BA 23 54 0 51 1B 7A 49 2A
Octal 35 272 43 124 0 121 33 172 111 52
Binary 11101 10111010 100011 1010100 0 1010001 11011 1111010 1001001 101010

Color Harmonies of #1DBA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBA23

Black with #1DBA23

Text Example


Text Example

White with #1DBA23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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