Html Css Color HEX #45CD4A Lime Green

📋 copy color: '#45CD4A'

red 69 ◦ green 205 ◦ blue 74

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

Shades of Lime Green #45CD4A

Tints of Lime Green #45CD4A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.91%

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 19.83%
G = 58.91%
B = 21.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#45CD4A (or 0x45CD4A) is known color: Lime Green. HEX triplet: 45, CD and 4A. RGB value is (69,205,74). Sum of RGB (Red+Green+Blue) = 69+205+74=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 205 (80.47% from 255 or 58.91% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 205 - color contains mainly: green. Hex color #45CD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CD4A is #BA32B5. Grayscale: #959595. Windows color (decimal): -12202678 or 4902213. OLE color: 4902213.

HSL color Cylindrical-coordinate representation of color #45CD4A: hue angle of 122.21º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CD4A is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 205 74 -
CMYK 0.66 0 0.64 0.20
HSL 122.21º 0.58% 0.54% -
HSV(B) 122.21º 0.66% 0.8% -
XYZ 25.52 45.42 13.9 -
YUV 149.4 85.44 70.65 -
System Red Green Blue C M Y K H S L
Decimal 69 205 74 0.66 0 0.64 0.20 122.21 0.58 0.54
Hex 45 CD 4A 42 0 40 14 7A 3A 36
Octal 105 315 112 102 0 100 24 172 72 66
Binary 1000101 11001101 1001010 1000010 0 1000000 10100 1111010 111010 110110

Color Harmonies of #45CD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CD4A

Black with #45CD4A

Text Example


Text Example

White with #45CD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,205,74); }

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

background-color css

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

 a { background-color: rgb(69,205,74); }

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

border-color css

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

 span { border-color: rgb(69,205,74); }

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