Html Css Color HEX #45C32E Lime Green

📋 copy color: '#45C32E'

red 69 ◦ green 195 ◦ blue 46

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

Shades of Lime Green #45C32E

Tints of Lime Green #45C32E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.9%

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 22.26%
G = 62.9%
B = 14.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#45C32E (or 0x45C32E) is known color: Lime Green. HEX triplet: 45, C3 and 2E. RGB value is (69,195,46). Sum of RGB (Red+Green+Blue) = 69+195+46=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 195 (76.56% from 255 or 62.90% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 195 - color contains mainly: green. Hex color #45C32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C32E is #BA3CD1. Grayscale: #8C8C8C. Windows color (decimal): -12205266 or 3064645. OLE color: 3064645.

HSL color Cylindrical-coordinate representation of color #45C32E: hue angle of 110.74º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45C32E is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 195 46 -
CMYK 0.65 0 0.76 0.24
HSL 110.74º 0.62% 0.47% -
HSV(B) 110.74º 0.76% 0.76% -
XYZ 22.46 40.49 9.22 -
YUV 140.34 74.76 77.12 -
System Red Green Blue C M Y K H S L
Decimal 69 195 46 0.65 0 0.76 0.24 110.74 0.62 0.47
Hex 45 C3 2E 41 0 4C 18 6F 3E 2F
Octal 105 303 56 101 0 114 30 157 76 57
Binary 1000101 11000011 101110 1000001 0 1001100 11000 1101111 111110 101111

Color Harmonies of #45C32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C32E

Black with #45C32E

Text Example


Text Example

White with #45C32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,195,46); }

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

background-color css

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

 a { background-color: rgb(69,195,46); }

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

border-color css

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

 span { border-color: rgb(69,195,46); }

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