Html Css Color HEX #45C439 Lime Green

📋 copy color: '#45C439'

red 69 ◦ green 196 ◦ blue 57

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

Shades of Lime Green #45C439

Tints of Lime Green #45C439

RGB

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

 GREEN value IS 196 (76.95% from 255) = 60.87%

 BLUE value IS 57 (22.66% from 255) = 17.7%

R = 21.43%
G = 60.87%
B = 17.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#45C439 (or 0x45C439) is known color: Lime Green. HEX triplet: 45, C4 and 39. RGB value is (69,196,57). Sum of RGB (Red+Green+Blue) = 69+196+57=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 196 (76.95% from 255 or 60.87% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 196 - color contains mainly: green. Hex color #45C439 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C439 is #BA3BC6. Grayscale: #8E8E8E. Windows color (decimal): -12204999 or 3785797. OLE color: 3785797.

HSL color Cylindrical-coordinate representation of color #45C439: hue angle of 114.82º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45C439 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 69 196 57 -
CMYK 0.65 0 0.71 0.23
HSL 114.82º 0.55% 0.5% -
HSV(B) 114.82º 0.71% 0.77% -
XYZ 22.93 41.04 10.58 -
YUV 142.18 79.92 75.8 -
System Red Green Blue C M Y K H S L
Decimal 69 196 57 0.65 0 0.71 0.23 114.82 0.55 0.5
Hex 45 C4 39 41 0 47 17 73 37 32
Octal 105 304 71 101 0 107 27 163 67 62
Binary 1000101 11000100 111001 1000001 0 1000111 10111 1110011 110111 110010

Color Harmonies of #45C439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C439

Black with #45C439

Text Example


Text Example

White with #45C439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,196,57); }

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

background-color css

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

 a { background-color: rgb(69,196,57); }

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

border-color css

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

 span { border-color: rgb(69,196,57); }

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