Html Css Color HEX #1DB226 Lime Green

📋 copy color: '#1DB226'

red 29 ◦ green 178 ◦ blue 38

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

Shades of Lime Green #1DB226

Tints of Lime Green #1DB226

RGB

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

 GREEN value IS 178 (69.92% from 255) = 72.65%

 BLUE value IS 38 (15.23% from 255) = 15.51%

R = 11.84%
G = 72.65%
B = 15.51%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#1DB226 (or 0x1DB226) is known color: Lime Green. HEX triplet: 1D, B2 and 26. RGB value is (29,178,38). Sum of RGB (Red+Green+Blue) = 29+178+38=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 178 (69.92% from 255 or 72.65% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB226 is #E24DD9. Grayscale: #757575. Windows color (decimal): -14831066 or 2535965. OLE color: 2535965.

HSL color Cylindrical-coordinate representation of color #1DB226: hue angle of 123.62º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB226 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 178 38 -
CMYK 0.84 0 0.79 0.30
HSL 123.62º 0.72% 0.41% -
HSV(B) 123.62º 0.84% 0.7% -
XYZ 16.78 32.24 7.17 -
YUV 117.49 83.14 64.88 -
System Red Green Blue C M Y K H S L
Decimal 29 178 38 0.84 0 0.79 0.30 123.62 0.72 0.41
Hex 1D B2 26 54 0 4F 1E 7C 48 29
Octal 35 262 46 124 0 117 36 174 110 51
Binary 11101 10110010 100110 1010100 0 1001111 11110 1111100 1001000 101001

Color Harmonies of #1DB226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB226

Black with #1DB226

Text Example


Text Example

White with #1DB226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,178,38); }

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

background-color css

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

 a { background-color: rgb(29,178,38); }

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

border-color css

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

 span { border-color: rgb(29,178,38); }

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