Html Css Color HEX #45D52A Lime Green

📋 copy color: '#45D52A'

red 69 ◦ green 213 ◦ blue 42

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

Shades of Lime Green #45D52A

Tints of Lime Green #45D52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.96%

R = 21.3%
G = 65.74%
B = 12.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#45D52A (or 0x45D52A) is known color: Lime Green. HEX triplet: 45, D5 and 2A. RGB value is (69,213,42). Sum of RGB (Red+Green+Blue) = 69+213+42=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #45D52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D52A is #BA2AD5. Grayscale: #969696. Windows color (decimal): -12200662 or 2807109. OLE color: 2807109.

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

Color convert

RGB 69 213 42 -
CMYK 0.68 0 0.80 0.16
HSL 110.53º 0.67% 0.5% -
HSV(B) 110.53º 0.8% 0.84% -
XYZ 26.67 49.02 10.25 -
YUV 150.45 66.79 69.9 -
System Red Green Blue C M Y K H S L
Decimal 69 213 42 0.68 0 0.80 0.16 110.53 0.67 0.5
Hex 45 D5 2A 44 0 50 10 6F 43 32
Octal 105 325 52 104 0 120 20 157 103 62
Binary 1000101 11010101 101010 1000100 0 1010000 10000 1101111 1000011 110010

Color Harmonies of #45D52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D52A

Black with #45D52A

Text Example


Text Example

White with #45D52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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