Html Css Color HEX #45C340 Lime Green

📋 copy color: '#45C340'

red 69 ◦ green 195 ◦ blue 64

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

Shades of Lime Green #45C340

Tints of Lime Green #45C340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.45%

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 21.04%
G = 59.45%
B = 19.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#45C340 (or 0x45C340) is known color: Lime Green. HEX triplet: 45, C3 and 40. RGB value is (69,195,64). Sum of RGB (Red+Green+Blue) = 69+195+64=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #45C340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C340 is #BA3CBF. Grayscale: #8E8E8E. Windows color (decimal): -12205248 or 4244293. OLE color: 4244293.

HSL color Cylindrical-coordinate representation of color #45C340: hue angle of 117.71º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45C340 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 195 64 -
CMYK 0.65 0 0.67 0.24
HSL 117.71º 0.52% 0.51% -
HSV(B) 117.71º 0.67% 0.76% -
XYZ 22.89 40.67 11.49 -
YUV 142.39 83.76 75.65 -
System Red Green Blue C M Y K H S L
Decimal 69 195 64 0.65 0 0.67 0.24 117.71 0.52 0.51
Hex 45 C3 40 41 0 43 18 76 34 33
Octal 105 303 100 101 0 103 30 166 64 63
Binary 1000101 11000011 1000000 1000001 0 1000011 11000 1110110 110100 110011

Color Harmonies of #45C340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C340

Black with #45C340

Text Example


Text Example

White with #45C340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,195,64); }

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

background-color css

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

 a { background-color: rgb(69,195,64); }

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

border-color css

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

 span { border-color: rgb(69,195,64); }

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