Html Css Color HEX #45EE42 Lime Green

📋 copy color: '#45EE42'

red 69 ◦ green 238 ◦ blue 66

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

Shades of Lime Green #45EE42

Tints of Lime Green #45EE42

RGB

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

 GREEN value IS 238 (93.36% from 255) = 63.81%

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

R = 18.5%
G = 63.81%
B = 17.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#45EE42 (or 0x45EE42) is known color: Lime Green. HEX triplet: 45, EE and 42. RGB value is (69,238,66). Sum of RGB (Red+Green+Blue) = 69+238+66=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 238 (93.36% from 255 or 63.81% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 238 - color contains mainly: green. Hex color #45EE42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EE42 is #BA11BD. Grayscale: #A8A8A8. Windows color (decimal): -12194238 or 4386373. OLE color: 4386373.

HSL color Cylindrical-coordinate representation of color #45EE42: hue angle of 118.95º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45EE42 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 238 66 -
CMYK 0.71 0 0.72 0.07
HSL 118.95º 0.83% 0.6% -
HSV(B) 118.95º 0.72% 0.93% -
XYZ 34.01 62.81 15.48 -
YUV 167.86 70.51 57.49 -
System Red Green Blue C M Y K H S L
Decimal 69 238 66 0.71 0 0.72 0.07 118.95 0.83 0.6
Hex 45 EE 42 47 0 48 7 77 53 3C
Octal 105 356 102 107 0 110 7 167 123 74
Binary 1000101 11101110 1000010 1000111 0 1001000 111 1110111 1010011 111100

Color Harmonies of #45EE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45EE42

Black with #45EE42

Text Example


Text Example

White with #45EE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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