Html Css Color HEX #45ED32 Lime Green

📋 copy color: '#45ED32'

red 69 ◦ green 237 ◦ blue 50

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

Shades of Lime Green #45ED32

Tints of Lime Green #45ED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 66.57%

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

R = 19.38%
G = 66.57%
B = 14.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#45ED32 (or 0x45ED32) is known color: Lime Green. HEX triplet: 45, ED and 32. RGB value is (69,237,50). Sum of RGB (Red+Green+Blue) = 69+237+50=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 237 (92.97% from 255 or 66.57% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 237 - color contains mainly: green. Hex color #45ED32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45ED32 is #BA12CD. Grayscale: #A6A6A6. Windows color (decimal): -12194510 or 3337541. OLE color: 3337541.

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

Color convert

RGB 69 237 50 -
CMYK 0.71 0 0.79 0.07
HSL 113.9º 0.84% 0.56% -
HSV(B) 113.9º 0.79% 0.93% -
XYZ 33.31 62.06 13.24 -
YUV 165.45 62.84 59.21 -
System Red Green Blue C M Y K H S L
Decimal 69 237 50 0.71 0 0.79 0.07 113.9 0.84 0.56
Hex 45 ED 32 47 0 4F 7 72 54 38
Octal 105 355 62 107 0 117 7 162 124 70
Binary 1000101 11101101 110010 1000111 0 1001111 111 1110010 1010100 111000

Color Harmonies of #45ED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45ED32

Black with #45ED32

Text Example


Text Example

White with #45ED32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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