Html Css Color HEX #1DBA25 Lime Green

📋 copy color: '#1DBA25'

red 29 ◦ green 186 ◦ blue 37

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

Shades of Lime Green #1DBA25

Tints of Lime Green #1DBA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 11.51%
G = 73.81%
B = 14.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#1DBA25 (or 0x1DBA25) is known color: Lime Green. HEX triplet: 1D, BA and 25. RGB value is (29,186,37). Sum of RGB (Red+Green+Blue) = 29+186+37=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBA25 is #E245DA. Grayscale: #7A7A7A. Windows color (decimal): -14829019 or 2472477. OLE color: 2472477.

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

Color convert

RGB 29 186 37 -
CMYK 0.84 0 0.80 0.27
HSL 123.06º 0.73% 0.42% -
HSV(B) 123.06º 0.84% 0.73% -
XYZ 18.4 35.51 7.64 -
YUV 122.07 79.99 61.62 -
System Red Green Blue C M Y K H S L
Decimal 29 186 37 0.84 0 0.80 0.27 123.06 0.73 0.42
Hex 1D BA 25 54 0 50 1B 7B 49 2A
Octal 35 272 45 124 0 120 33 173 111 52
Binary 11101 10111010 100101 1010100 0 1010000 11011 1111011 1001001 101010

Color Harmonies of #1DBA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBA25

Black with #1DBA25

Text Example


Text Example

White with #1DBA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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