Html Css Color HEX #45D52E Lime Green

📋 copy color: '#45D52E'

red 69 ◦ green 213 ◦ blue 46

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

Shades of Lime Green #45D52E

Tints of Lime Green #45D52E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.94%

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

R = 21.04%
G = 64.94%
B = 14.02%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#45D52E (or 0x45D52E) is known color: Lime Green. HEX triplet: 45, D5 and 2E. RGB value is (69,213,46). Sum of RGB (Red+Green+Blue) = 69+213+46=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 213 (83.59% from 255 or 64.94% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 213 - color contains mainly: green. Hex color #45D52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D52E is #BA2AD1. Grayscale: #979797. Windows color (decimal): -12200658 or 3069253. OLE color: 3069253.

HSL color Cylindrical-coordinate representation of color #45D52E: hue angle of 111.74º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45D52E is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 213 46 -
CMYK 0.68 0 0.78 0.16
HSL 111.74º 0.67% 0.51% -
HSV(B) 111.74º 0.78% 0.84% -
XYZ 26.74 49.05 10.64 -
YUV 150.91 68.79 69.58 -
System Red Green Blue C M Y K H S L
Decimal 69 213 46 0.68 0 0.78 0.16 111.74 0.67 0.51
Hex 45 D5 2E 44 0 4E 10 70 43 33
Octal 105 325 56 104 0 116 20 160 103 63
Binary 1000101 11010101 101110 1000100 0 1001110 10000 1110000 1000011 110011

Color Harmonies of #45D52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D52E

Black with #45D52E

Text Example


Text Example

White with #45D52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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