Html Css Color HEX #45EC33 Lime Green

📋 copy color: '#45EC33'

red 69 ◦ green 236 ◦ blue 51

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

Shades of Lime Green #45EC33

Tints of Lime Green #45EC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.33%

R = 19.38%
G = 66.29%
B = 14.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#45EC33 (or 0x45EC33) is known color: Lime Green. HEX triplet: 45, EC and 33. RGB value is (69,236,51). Sum of RGB (Red+Green+Blue) = 69+236+51=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 236 (92.58% from 255 or 66.29% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EC33 is #BA13CC. Grayscale: #A5A5A5. Windows color (decimal): -12194765 or 3402821. OLE color: 3402821.

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

Color convert

RGB 69 236 51 -
CMYK 0.71 0 0.78 0.07
HSL 114.16º 0.83% 0.56% -
HSV(B) 114.16º 0.78% 0.93% -
XYZ 33.05 61.5 13.26 -
YUV 164.98 63.67 59.54 -
System Red Green Blue C M Y K H S L
Decimal 69 236 51 0.71 0 0.78 0.07 114.16 0.83 0.56
Hex 45 EC 33 47 0 4E 7 72 53 38
Octal 105 354 63 107 0 116 7 162 123 70
Binary 1000101 11101100 110011 1000111 0 1001110 111 1110010 1010011 111000

Color Harmonies of #45EC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45EC33

Black with #45EC33

Text Example


Text Example

White with #45EC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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