Html Css Color HEX #45E825 Lime Green

📋 copy color: '#45E825'

red 69 ◦ green 232 ◦ blue 37

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

Shades of Lime Green #45E825

Tints of Lime Green #45E825

RGB

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

 GREEN value IS 232 (91.02% from 255) = 68.64%

 BLUE value IS 37 (14.84% from 255) = 10.95%

R = 20.41%
G = 68.64%
B = 10.95%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#45E825 (or 0x45E825) is known color: Lime Green. HEX triplet: 45, E8 and 25. RGB value is (69,232,37). Sum of RGB (Red+Green+Blue) = 69+232+37=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 232 (91.02% from 255 or 68.64% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 232 - color contains mainly: green. Hex color #45E825 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45E825 is #BA17DA. Grayscale: #A1A1A1. Windows color (decimal): -12195803 or 2484293. OLE color: 2484293.

HSL color Cylindrical-coordinate representation of color #45E825: hue angle of 110.15º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45E825 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 69 232 37 -
CMYK 0.70 0 0.84 0.09
HSL 110.15º 0.81% 0.53% -
HSV(B) 110.15º 0.84% 0.91% -
XYZ 31.64 59.11 11.49 -
YUV 161.03 58 62.36 -
System Red Green Blue C M Y K H S L
Decimal 69 232 37 0.70 0 0.84 0.09 110.15 0.81 0.53
Hex 45 E8 25 46 0 54 9 6E 51 35
Octal 105 350 45 106 0 124 11 156 121 65
Binary 1000101 11101000 100101 1000110 0 1010100 1001 1101110 1010001 110101

Color Harmonies of #45E825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E825

Black with #45E825

Text Example


Text Example

White with #45E825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,232,37); }

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

background-color css

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

 a { background-color: rgb(69,232,37); }

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

border-color css

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

 span { border-color: rgb(69,232,37); }

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