Html Css Color HEX #45CD4D Lime Green

📋 copy color: '#45CD4D'

red 69 ◦ green 205 ◦ blue 77

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

Shades of Lime Green #45CD4D

Tints of Lime Green #45CD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 19.66%
G = 58.4%
B = 21.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#45CD4D (or 0x45CD4D) is known color: Lime Green. HEX triplet: 45, CD and 4D. RGB value is (69,205,77). Sum of RGB (Red+Green+Blue) = 69+205+77=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #45CD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CD4D is #BA32B2. Grayscale: #969696. Windows color (decimal): -12202675 or 5098821. OLE color: 5098821.

HSL color Cylindrical-coordinate representation of color #45CD4D: hue angle of 123.53º 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 #45CD4D is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 205 77 -
CMYK 0.66 0 0.62 0.20
HSL 123.53º 0.58% 0.54% -
HSV(B) 123.53º 0.66% 0.8% -
XYZ 25.63 45.46 14.45 -
YUV 149.74 86.94 70.41 -
System Red Green Blue C M Y K H S L
Decimal 69 205 77 0.66 0 0.62 0.20 123.53 0.58 0.54
Hex 45 CD 4D 42 0 3E 14 7C 3A 36
Octal 105 315 115 102 0 76 24 174 72 66
Binary 1000101 11001101 1001101 1000010 0 111110 10100 1111100 111010 110110

Color Harmonies of #45CD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CD4D

Black with #45CD4D

Text Example


Text Example

White with #45CD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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