Html Css Color HEX #45EC35 Lime Green

📋 copy color: '#45EC35'

red 69 ◦ green 236 ◦ blue 53

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

Shades of Lime Green #45EC35

Tints of Lime Green #45EC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.8%

R = 19.27%
G = 65.92%
B = 14.8%

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

#45EC35 (or 0x45EC35) is known color: Lime Green. HEX triplet: 45, EC and 35. RGB value is (69,236,53). Sum of RGB (Red+Green+Blue) = 69+236+53=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 236 (92.58% from 255 or 65.92% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EC35 is #BA13CA. Grayscale: #A5A5A5. Windows color (decimal): -12194763 or 3533893. OLE color: 3533893.

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

Color convert

RGB 69 236 53 -
CMYK 0.71 0 0.78 0.07
HSL 114.75º 0.83% 0.57% -
HSV(B) 114.75º 0.78% 0.93% -
XYZ 33.09 61.51 13.5 -
YUV 165.21 64.67 59.38 -
System Red Green Blue C M Y K H S L
Decimal 69 236 53 0.71 0 0.78 0.07 114.75 0.83 0.57
Hex 45 EC 35 47 0 4E 7 73 53 39
Octal 105 354 65 107 0 116 7 163 123 71
Binary 1000101 11101100 110101 1000111 0 1001110 111 1110011 1010011 111001

Color Harmonies of #45EC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45EC35

Black with #45EC35

Text Example


Text Example

White with #45EC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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