Html Css Color HEX #45E41E Lime Green

📋 copy color: '#45E41E'

red 69 ◦ green 228 ◦ blue 30

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

Shades of Lime Green #45E41E

Tints of Lime Green #45E41E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 69.72%

 BLUE value IS 30 (12.11% from 255) = 9.17%

R = 21.1%
G = 69.72%
B = 9.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#45E41E (or 0x45E41E) is known color: Lime Green. HEX triplet: 45, E4 and 1E. RGB value is (69,228,30). Sum of RGB (Red+Green+Blue) = 69+228+30=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 228 (89.45% from 255 or 69.72% from 327); Blue value is 30 (12.11% from 255 or 9.17% from 327); Max value from RGB is 228 - color contains mainly: green. Hex color #45E41E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E41E is #BA1BE1. Grayscale: #9E9E9E. Windows color (decimal): -12196834 or 2024517. OLE color: 2024517.

HSL color Cylindrical-coordinate representation of color #45E41E: hue angle of 108.18º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45E41E is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 69 228 30 -
CMYK 0.70 0 0.87 0.11
HSL 108.18º 0.79% 0.51% -
HSV(B) 108.18º 0.87% 0.89% -
XYZ 30.43 56.85 10.6 -
YUV 157.89 55.82 64.6 -
System Red Green Blue C M Y K H S L
Decimal 69 228 30 0.70 0 0.87 0.11 108.18 0.79 0.51
Hex 45 E4 1E 46 0 57 B 6C 4F 33
Octal 105 344 36 106 0 127 13 154 117 63
Binary 1000101 11100100 11110 1000110 0 1010111 1011 1101100 1001111 110011

Color Harmonies of #45E41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E41E

Black with #45E41E

Text Example


Text Example

White with #45E41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,228,30); }

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

background-color css

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

 a { background-color: rgb(69,228,30); }

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

border-color css

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

 span { border-color: rgb(69,228,30); }

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