Html Css Color HEX #45D229 Lime Green

📋 copy color: '#45D229'

red 69 ◦ green 210 ◦ blue 41

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

Shades of Lime Green #45D229

Tints of Lime Green #45D229

RGB

 RED value IS 69 (27.34% from 255) = 21.56%

 GREEN value IS 210 (82.42% from 255) = 65.63%

 BLUE value IS 41 (16.41% from 255) = 12.81%

R = 21.56%
G = 65.63%
B = 12.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#45D229 (or 0x45D229) is known color: Lime Green. HEX triplet: 45, D2 and 29. RGB value is (69,210,41). Sum of RGB (Red+Green+Blue) = 69+210+41=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 210 (82.42% from 255 or 65.62% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 210 - color contains mainly: green. Hex color #45D229 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D229 is #BA2DD6. Grayscale: #959595. Windows color (decimal): -12201431 or 2740805. OLE color: 2740805.

HSL color Cylindrical-coordinate representation of color #45D229: hue angle of 110.06º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45D229 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 69 210 41 -
CMYK 0.67 0 0.80 0.18
HSL 110.06º 0.67% 0.49% -
HSV(B) 110.06º 0.8% 0.82% -
XYZ 25.9 47.52 9.9 -
YUV 148.58 67.29 71.24 -
System Red Green Blue C M Y K H S L
Decimal 69 210 41 0.67 0 0.80 0.18 110.06 0.67 0.49
Hex 45 D2 29 43 0 50 12 6E 43 31
Octal 105 322 51 103 0 120 22 156 103 61
Binary 1000101 11010010 101001 1000011 0 1010000 10010 1101110 1000011 110001

Color Harmonies of #45D229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D229

Black with #45D229

Text Example


Text Example

White with #45D229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45D229; }

 p { color: rgb(69,210,41); }

 H1.HeaderClassName
 {
   color: #45D229;
 }
 .AnyTagClassName
 {
   color: #45D229;
 }
</style>

background-color css

<style>
 a { background-color: #45D229; }

 a { background-color: rgb(69,210,41); }

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

border-color css

<style>
 span { border-color: #45D229; }

 span { border-color: rgb(69,210,41); }

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