Html Css Color HEX #45C34A Lime Green

📋 copy color: '#45C34A'

red 69 ◦ green 195 ◦ blue 74

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

Shades of Lime Green #45C34A

Tints of Lime Green #45C34A

RGB

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

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

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

R = 20.41%
G = 57.69%
B = 21.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#45C34A (or 0x45C34A) is known color: Lime Green. HEX triplet: 45, C3 and 4A. RGB value is (69,195,74). Sum of RGB (Red+Green+Blue) = 69+195+74=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #45C34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C34A is #BA3CB5. Grayscale: #8F8F8F. Windows color (decimal): -12205238 or 4899653. OLE color: 4899653.

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

Color convert

RGB 69 195 74 -
CMYK 0.65 0 0.62 0.24
HSL 122.38º 0.51% 0.52% -
HSV(B) 122.38º 0.65% 0.76% -
XYZ 23.21 40.79 13.13 -
YUV 143.53 88.76 74.84 -
System Red Green Blue C M Y K H S L
Decimal 69 195 74 0.65 0 0.62 0.24 122.38 0.51 0.52
Hex 45 C3 4A 41 0 3E 18 7A 33 34
Octal 105 303 112 101 0 76 30 172 63 64
Binary 1000101 11000011 1001010 1000001 0 111110 11000 1111010 110011 110100

Color Harmonies of #45C34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C34A

Black with #45C34A

Text Example


Text Example

White with #45C34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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