Html Css Color HEX #45C52C Lime Green

📋 copy color: '#45C52C'

red 69 ◦ green 197 ◦ blue 44

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

Shades of Lime Green #45C52C

Tints of Lime Green #45C52C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 63.55%

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 22.26%
G = 63.55%
B = 14.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#45C52C (or 0x45C52C) is known color: Lime Green. HEX triplet: 45, C5 and 2C. RGB value is (69,197,44). Sum of RGB (Red+Green+Blue) = 69+197+44=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #45C52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C52C is #BA3AD3. Grayscale: #8D8D8D. Windows color (decimal): -12204756 or 2934085. OLE color: 2934085.

HSL color Cylindrical-coordinate representation of color #45C52C: hue angle of 110.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45C52C is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 69 197 44 -
CMYK 0.65 0 0.78 0.23
HSL 110.2º 0.63% 0.47% -
HSV(B) 110.2º 0.78% 0.77% -
XYZ 22.88 41.38 9.16 -
YUV 141.29 73.09 76.44 -
System Red Green Blue C M Y K H S L
Decimal 69 197 44 0.65 0 0.78 0.23 110.2 0.63 0.47
Hex 45 C5 2C 41 0 4E 17 6E 3F 2F
Octal 105 305 54 101 0 116 27 156 77 57
Binary 1000101 11000101 101100 1000001 0 1001110 10111 1101110 111111 101111

Color Harmonies of #45C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C52C

Black with #45C52C

Text Example


Text Example

White with #45C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,197,44); }

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

background-color css

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

 a { background-color: rgb(69,197,44); }

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

border-color css

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

 span { border-color: rgb(69,197,44); }

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