Html Css Color HEX #45E026 Lime Green

📋 copy color: '#45E026'

red 69 ◦ green 224 ◦ blue 38

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

Shades of Lime Green #45E026

Tints of Lime Green #45E026

RGB

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

 GREEN value IS 224 (87.89% from 255) = 67.67%

 BLUE value IS 38 (15.23% from 255) = 11.48%

R = 20.85%
G = 67.67%
B = 11.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#45E026 (or 0x45E026) is known color: Lime Green. HEX triplet: 45, E0 and 26. RGB value is (69,224,38). Sum of RGB (Red+Green+Blue) = 69+224+38=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 224 (87.89% from 255 or 67.67% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 224 - color contains mainly: green. Hex color #45E026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E026 is #BA1FD9. Grayscale: #9D9D9D. Windows color (decimal): -12197850 or 2547781. OLE color: 2547781.

HSL color Cylindrical-coordinate representation of color #45E026: hue angle of 110º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45E026 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 69 224 38 -
CMYK 0.69 0 0.83 0.12
HSL 110º 0.75% 0.51% -
HSV(B) 110º 0.83% 0.88% -
XYZ 29.46 54.72 10.84 -
YUV 156.45 61.15 65.62 -
System Red Green Blue C M Y K H S L
Decimal 69 224 38 0.69 0 0.83 0.12 110 0.75 0.51
Hex 45 E0 26 45 0 53 C 6E 4B 33
Octal 105 340 46 105 0 123 14 156 113 63
Binary 1000101 11100000 100110 1000101 0 1010011 1100 1101110 1001011 110011

Color Harmonies of #45E026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E026

Black with #45E026

Text Example


Text Example

White with #45E026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,224,38); }

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

background-color css

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

 a { background-color: rgb(69,224,38); }

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

border-color css

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

 span { border-color: rgb(69,224,38); }

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