Html Css Color HEX #45C039 Lime Green

📋 copy color: '#45C039'

red 69 ◦ green 192 ◦ blue 57

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

Shades of Lime Green #45C039

Tints of Lime Green #45C039

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.38%

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

R = 21.7%
G = 60.38%
B = 17.92%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#45C039 (or 0x45C039) is known color: Lime Green. HEX triplet: 45, C0 and 39. RGB value is (69,192,57). Sum of RGB (Red+Green+Blue) = 69+192+57=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #45C039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C039 is #BA3FC6. Grayscale: #8C8C8C. Windows color (decimal): -12206023 or 3784773. OLE color: 3784773.

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

Color convert

RGB 69 192 57 -
CMYK 0.64 0 0.70 0.25
HSL 114.67º 0.54% 0.49% -
HSV(B) 114.67º 0.7% 0.75% -
XYZ 22.04 39.26 10.29 -
YUV 139.83 81.25 77.48 -
System Red Green Blue C M Y K H S L
Decimal 69 192 57 0.64 0 0.70 0.25 114.67 0.54 0.49
Hex 45 C0 39 40 0 46 19 73 36 31
Octal 105 300 71 100 0 106 31 163 66 61
Binary 1000101 11000000 111001 1000000 0 1000110 11001 1110011 110110 110001

Color Harmonies of #45C039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C039

Black with #45C039

Text Example


Text Example

White with #45C039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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