Html Css Color HEX #45C13A Lime Green

📋 copy color: '#45C13A'

red 69 ◦ green 193 ◦ blue 58

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

Shades of Lime Green #45C13A

Tints of Lime Green #45C13A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.31%

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 21.56%
G = 60.31%
B = 18.13%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#45C13A (or 0x45C13A) is known color: Lime Green. HEX triplet: 45, C1 and 3A. RGB value is (69,193,58). Sum of RGB (Red+Green+Blue) = 69+193+58=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #45C13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C13A is #BA3EC5. Grayscale: #8C8C8C. Windows color (decimal): -12205766 or 3850565. OLE color: 3850565.

HSL color Cylindrical-coordinate representation of color #45C13A: hue angle of 115.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45C13A is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 193 58 -
CMYK 0.64 0 0.70 0.24
HSL 115.11º 0.54% 0.49% -
HSV(B) 115.11º 0.7% 0.76% -
XYZ 22.29 39.71 10.49 -
YUV 140.53 81.42 76.98 -
System Red Green Blue C M Y K H S L
Decimal 69 193 58 0.64 0 0.70 0.24 115.11 0.54 0.49
Hex 45 C1 3A 40 0 46 18 73 36 31
Octal 105 301 72 100 0 106 30 163 66 61
Binary 1000101 11000001 111010 1000000 0 1000110 11000 1110011 110110 110001

Color Harmonies of #45C13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C13A

Black with #45C13A

Text Example


Text Example

White with #45C13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,193,58); }

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

background-color css

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

 a { background-color: rgb(69,193,58); }

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

border-color css

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

 span { border-color: rgb(69,193,58); }

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