Html Css Color HEX #45C829 Lime Green

📋 copy color: '#45C829'

red 69 ◦ green 200 ◦ blue 41

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

Shades of Lime Green #45C829

Tints of Lime Green #45C829

RGB

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

 GREEN value IS 200 (78.52% from 255) = 64.52%

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

R = 22.26%
G = 64.52%
B = 13.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#45C829 (or 0x45C829) is known color: Lime Green. HEX triplet: 45, C8 and 29. RGB value is (69,200,41). Sum of RGB (Red+Green+Blue) = 69+200+41=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 200 (78.52% from 255 or 64.52% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 200 - color contains mainly: green. Hex color #45C829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C829 is #BA37D6. Grayscale: #8F8F8F. Windows color (decimal): -12203991 or 2738245. OLE color: 2738245.

HSL color Cylindrical-coordinate representation of color #45C829: hue angle of 109.43º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45C829 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 69 200 41 -
CMYK 0.66 0 0.80 0.22
HSL 109.43º 0.66% 0.47% -
HSV(B) 109.43º 0.8% 0.78% -
XYZ 23.51 42.73 9.11 -
YUV 142.71 70.6 75.43 -
System Red Green Blue C M Y K H S L
Decimal 69 200 41 0.66 0 0.80 0.22 109.43 0.66 0.47
Hex 45 C8 29 42 0 50 16 6D 42 2F
Octal 105 310 51 102 0 120 26 155 102 57
Binary 1000101 11001000 101001 1000010 0 1010000 10110 1101101 1000010 101111

Color Harmonies of #45C829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C829

Black with #45C829

Text Example


Text Example

White with #45C829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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