Html Css Color HEX #45EB32 Lime Green

📋 copy color: '#45EB32'

red 69 ◦ green 235 ◦ blue 50

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

Shades of Lime Green #45EB32

Tints of Lime Green #45EB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 66.38%

 BLUE value IS 50 (19.92% from 255) = 14.12%

R = 19.49%
G = 66.38%
B = 14.12%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#45EB32 (or 0x45EB32) is known color: Lime Green. HEX triplet: 45, EB and 32. RGB value is (69,235,50). Sum of RGB (Red+Green+Blue) = 69+235+50=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 235 (92.19% from 255 or 66.38% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 235 - color contains mainly: green. Hex color #45EB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EB32 is #BA14CD. Grayscale: #A4A4A4. Windows color (decimal): -12195022 or 3337029. OLE color: 3337029.

HSL color Cylindrical-coordinate representation of color #45EB32: hue angle of 113.84º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45EB32 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 69 235 50 -
CMYK 0.71 0 0.79 0.08
HSL 113.84º 0.82% 0.56% -
HSV(B) 113.84º 0.79% 0.92% -
XYZ 32.74 60.91 13.05 -
YUV 164.28 63.5 60.04 -
System Red Green Blue C M Y K H S L
Decimal 69 235 50 0.71 0 0.79 0.08 113.84 0.82 0.56
Hex 45 EB 32 47 0 4F 8 72 52 38
Octal 105 353 62 107 0 117 10 162 122 70
Binary 1000101 11101011 110010 1000111 0 1001111 1000 1110010 1010010 111000

Color Harmonies of #45EB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45EB32

Black with #45EB32

Text Example


Text Example

White with #45EB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,235,50); }

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

background-color css

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

 a { background-color: rgb(69,235,50); }

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

border-color css

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

 span { border-color: rgb(69,235,50); }

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