Html Css Color HEX #45EA42 Lime Green

📋 copy color: '#45EA42'

red 69 ◦ green 234 ◦ blue 66

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

Shades of Lime Green #45EA42

Tints of Lime Green #45EA42

RGB

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

 GREEN value IS 234 (91.8% from 255) = 63.41%

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 18.7%
G = 63.41%
B = 17.89%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#45EA42 (or 0x45EA42) is known color: Lime Green. HEX triplet: 45, EA and 42. RGB value is (69,234,66). Sum of RGB (Red+Green+Blue) = 69+234+66=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 234 (91.80% from 255 or 63.41% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 234 - color contains mainly: green. Hex color #45EA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EA42 is #BA15BD. Grayscale: #A6A6A6. Windows color (decimal): -12195262 or 4385349. OLE color: 4385349.

HSL color Cylindrical-coordinate representation of color #45EA42: hue angle of 118.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45EA42 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 69 234 66 -
CMYK 0.71 0 0.72 0.08
HSL 118.93º 0.8% 0.59% -
HSV(B) 118.93º 0.72% 0.92% -
XYZ 32.86 60.5 15.1 -
YUV 165.51 71.84 59.16 -
System Red Green Blue C M Y K H S L
Decimal 69 234 66 0.71 0 0.72 0.08 118.93 0.8 0.59
Hex 45 EA 42 47 0 48 8 77 50 3B
Octal 105 352 102 107 0 110 10 167 120 73
Binary 1000101 11101010 1000010 1000111 0 1001000 1000 1110111 1010000 111011

Color Harmonies of #45EA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45EA42

Black with #45EA42

Text Example


Text Example

White with #45EA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,234,66); }

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

background-color css

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

 a { background-color: rgb(69,234,66); }

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

border-color css

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

 span { border-color: rgb(69,234,66); }

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