Html Css Color HEX #45E320 Lime Green

📋 copy color: '#45E320'

red 69 ◦ green 227 ◦ blue 32

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

Shades of Lime Green #45E320

Tints of Lime Green #45E320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 69.21%

 BLUE value IS 32 (12.89% from 255) = 9.76%

R = 21.04%
G = 69.21%
B = 9.76%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#45E320 (or 0x45E320) is known color: Lime Green. HEX triplet: 45, E3 and 20. RGB value is (69,227,32). Sum of RGB (Red+Green+Blue) = 69+227+32=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 227 (89.06% from 255 or 69.21% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 227 - color contains mainly: green. Hex color #45E320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E320 is #BA1CDF. Grayscale: #9E9E9E. Windows color (decimal): -12197088 or 2155333. OLE color: 2155333.

HSL color Cylindrical-coordinate representation of color #45E320: hue angle of 108.62º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45E320 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 69 227 32 -
CMYK 0.70 0 0.86 0.11
HSL 108.62º 0.78% 0.51% -
HSV(B) 108.62º 0.86% 0.89% -
XYZ 30.18 56.31 10.64 -
YUV 157.53 57.15 64.86 -
System Red Green Blue C M Y K H S L
Decimal 69 227 32 0.70 0 0.86 0.11 108.62 0.78 0.51
Hex 45 E3 20 46 0 56 B 6D 4E 33
Octal 105 343 40 106 0 126 13 155 116 63
Binary 1000101 11100011 100000 1000110 0 1010110 1011 1101101 1001110 110011

Color Harmonies of #45E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E320

Black with #45E320

Text Example


Text Example

White with #45E320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,227,32); }

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

background-color css

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

 a { background-color: rgb(69,227,32); }

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

border-color css

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

 span { border-color: rgb(69,227,32); }

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