Html Css Color HEX #45D623 Lime Green

📋 copy color: '#45D623'

red 69 ◦ green 214 ◦ blue 35

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

Shades of Lime Green #45D623

Tints of Lime Green #45D623

RGB

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

 GREEN value IS 214 (83.98% from 255) = 67.3%

 BLUE value IS 35 (14.06% from 255) = 11.01%

R = 21.7%
G = 67.3%
B = 11.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#45D623 (or 0x45D623) is known color: Lime Green. HEX triplet: 45, D6 and 23. RGB value is (69,214,35). Sum of RGB (Red+Green+Blue) = 69+214+35=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 214 (83.98% from 255 or 67.30% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 214 - color contains mainly: green. Hex color #45D623 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D623 is #BA29DC. Grayscale: #969696. Windows color (decimal): -12200413 or 2348613. OLE color: 2348613.

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

Color convert

RGB 69 214 35 -
CMYK 0.68 0 0.84 0.16
HSL 108.6º 0.72% 0.49% -
HSV(B) 108.6º 0.84% 0.84% -
XYZ 26.8 49.48 9.73 -
YUV 150.24 62.96 70.05 -
System Red Green Blue C M Y K H S L
Decimal 69 214 35 0.68 0 0.84 0.16 108.6 0.72 0.49
Hex 45 D6 23 44 0 54 10 6D 48 31
Octal 105 326 43 104 0 124 20 155 110 61
Binary 1000101 11010110 100011 1000100 0 1010100 10000 1101101 1001000 110001

Color Harmonies of #45D623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D623

Black with #45D623

Text Example


Text Example

White with #45D623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,214,35); }

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

background-color css

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

 a { background-color: rgb(69,214,35); }

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

border-color css

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

 span { border-color: rgb(69,214,35); }

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