Html Css Color HEX #45C22E Lime Green

📋 copy color: '#45C22E'

red 69 ◦ green 194 ◦ blue 46

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

Shades of Lime Green #45C22E

Tints of Lime Green #45C22E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 62.78%

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

R = 22.33%
G = 62.78%
B = 14.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#45C22E (or 0x45C22E) is known color: Lime Green. HEX triplet: 45, C2 and 2E. RGB value is (69,194,46). Sum of RGB (Red+Green+Blue) = 69+194+46=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 194 (76.17% from 255 or 62.78% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 194 - color contains mainly: green. Hex color #45C22E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C22E is #BA3DD1. Grayscale: #8C8C8C. Windows color (decimal): -12205522 or 3064389. OLE color: 3064389.

HSL color Cylindrical-coordinate representation of color #45C22E: hue angle of 110.68º 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 #45C22E is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 194 46 -
CMYK 0.64 0 0.76 0.24
HSL 110.68º 0.62% 0.47% -
HSV(B) 110.68º 0.76% 0.76% -
XYZ 22.24 40.05 9.14 -
YUV 139.75 75.09 77.53 -
System Red Green Blue C M Y K H S L
Decimal 69 194 46 0.64 0 0.76 0.24 110.68 0.62 0.47
Hex 45 C2 2E 40 0 4C 18 6F 3E 2F
Octal 105 302 56 100 0 114 30 157 76 57
Binary 1000101 11000010 101110 1000000 0 1001100 11000 1101111 111110 101111

Color Harmonies of #45C22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C22E

Black with #45C22E

Text Example


Text Example

White with #45C22E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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