Html Css Color HEX #45DE42 Lime Green

📋 copy color: '#45DE42'

red 69 ◦ green 222 ◦ blue 66

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

Shades of Lime Green #45DE42

Tints of Lime Green #45DE42

RGB

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

 GREEN value IS 222 (87.11% from 255) = 62.18%

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

R = 19.33%
G = 62.18%
B = 18.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#45DE42 (or 0x45DE42) is known color: Lime Green. HEX triplet: 45, DE and 42. RGB value is (69,222,66). Sum of RGB (Red+Green+Blue) = 69+222+66=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 222 (87.11% from 255 or 62.18% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DE42 is #BA21BD. Grayscale: #9E9E9E. Windows color (decimal): -12198334 or 4382277. OLE color: 4382277.

HSL color Cylindrical-coordinate representation of color #45DE42: hue angle of 118.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45DE42 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 222 66 -
CMYK 0.69 0 0.70 0.13
HSL 118.85º 0.7% 0.56% -
HSV(B) 118.85º 0.7% 0.87% -
XYZ 29.56 53.9 14 -
YUV 158.47 75.81 64.18 -
System Red Green Blue C M Y K H S L
Decimal 69 222 66 0.69 0 0.70 0.13 118.85 0.7 0.56
Hex 45 DE 42 45 0 46 D 77 46 38
Octal 105 336 102 105 0 106 15 167 106 70
Binary 1000101 11011110 1000010 1000101 0 1000110 1101 1110111 1000110 111000

Color Harmonies of #45DE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DE42

Black with #45DE42

Text Example


Text Example

White with #45DE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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