Html Css Color HEX #45EC3D Lime Green

📋 copy color: '#45EC3D'

red 69 ◦ green 236 ◦ blue 61

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

Shades of Lime Green #45EC3D

Tints of Lime Green #45EC3D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 64.48%

 BLUE value IS 61 (24.22% from 255) = 16.67%

R = 18.85%
G = 64.48%
B = 16.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#45EC3D (or 0x45EC3D) is known color: Lime Green. HEX triplet: 45, EC and 3D. RGB value is (69,236,61). Sum of RGB (Red+Green+Blue) = 69+236+61=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 236 (92.58% from 255 or 64.48% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EC3D is #BA13C2. Grayscale: #A6A6A6. Windows color (decimal): -12194755 or 4058181. OLE color: 4058181.

HSL color Cylindrical-coordinate representation of color #45EC3D: hue angle of 117.26º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45EC3D is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 236 61 -
CMYK 0.71 0 0.74 0.07
HSL 117.26º 0.82% 0.58% -
HSV(B) 117.26º 0.74% 0.93% -
XYZ 33.29 61.59 14.55 -
YUV 166.12 68.67 58.73 -
System Red Green Blue C M Y K H S L
Decimal 69 236 61 0.71 0 0.74 0.07 117.26 0.82 0.58
Hex 45 EC 3D 47 0 4A 7 75 52 3A
Octal 105 354 75 107 0 112 7 165 122 72
Binary 1000101 11101100 111101 1000111 0 1001010 111 1110101 1010010 111010

Color Harmonies of #45EC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45EC3D

Black with #45EC3D

Text Example


Text Example

White with #45EC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,236,61); }

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

background-color css

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

 a { background-color: rgb(69,236,61); }

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

border-color css

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

 span { border-color: rgb(69,236,61); }

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