Html Css Color HEX #45E525 Lime Green

📋 copy color: '#45E525'

red 69 ◦ green 229 ◦ blue 37

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

Shades of Lime Green #45E525

Tints of Lime Green #45E525

RGB

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

 GREEN value IS 229 (89.84% from 255) = 68.36%

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

R = 20.6%
G = 68.36%
B = 11.04%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#45E525 (or 0x45E525) is known color: Lime Green. HEX triplet: 45, E5 and 25. RGB value is (69,229,37). Sum of RGB (Red+Green+Blue) = 69+229+37=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 229 (89.84% from 255 or 68.36% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 229 - color contains mainly: green. Hex color #45E525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E525 is #BA1ADA. Grayscale: #9F9F9F. Windows color (decimal): -12196571 or 2483525. OLE color: 2483525.

HSL color Cylindrical-coordinate representation of color #45E525: hue angle of 110º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45E525 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.

Color convert

RGB 69 229 37 -
CMYK 0.70 0 0.84 0.10
HSL 110º 0.79% 0.52% -
HSV(B) 110º 0.84% 0.9% -
XYZ 30.81 57.44 11.21 -
YUV 159.27 58.99 63.61 -
System Red Green Blue C M Y K H S L
Decimal 69 229 37 0.70 0 0.84 0.10 110 0.79 0.52
Hex 45 E5 25 46 0 54 A 6E 4F 34
Octal 105 345 45 106 0 124 12 156 117 64
Binary 1000101 11100101 100101 1000110 0 1010100 1010 1101110 1001111 110100

Color Harmonies of #45E525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E525

Black with #45E525

Text Example


Text Example

White with #45E525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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