Html Css Color HEX #45D138 Lime Green

📋 copy color: '#45D138'

red 69 ◦ green 209 ◦ blue 56

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

Shades of Lime Green #45D138

Tints of Lime Green #45D138

RGB

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

 GREEN value IS 209 (82.03% from 255) = 62.57%

 BLUE value IS 56 (22.27% from 255) = 16.77%

R = 20.66%
G = 62.57%
B = 16.77%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#45D138 (or 0x45D138) is known color: Lime Green. HEX triplet: 45, D1 and 38. RGB value is (69,209,56). Sum of RGB (Red+Green+Blue) = 69+209+56=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 209 (82.03% from 255 or 62.57% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 209 - color contains mainly: green. Hex color #45D138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D138 is #BA2EC7. Grayscale: #969696. Windows color (decimal): -12201672 or 3723589. OLE color: 3723589.

HSL color Cylindrical-coordinate representation of color #45D138: hue angle of 114.9º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45D138 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 69 209 56 -
CMYK 0.67 0 0.73 0.18
HSL 114.9º 0.62% 0.52% -
HSV(B) 114.9º 0.73% 0.82% -
XYZ 25.97 47.15 11.47 -
YUV 149.7 75.12 70.44 -
System Red Green Blue C M Y K H S L
Decimal 69 209 56 0.67 0 0.73 0.18 114.9 0.62 0.52
Hex 45 D1 38 43 0 49 12 73 3E 34
Octal 105 321 70 103 0 111 22 163 76 64
Binary 1000101 11010001 111000 1000011 0 1001001 10010 1110011 111110 110100

Color Harmonies of #45D138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D138

Black with #45D138

Text Example


Text Example

White with #45D138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,209,56); }

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

background-color css

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

 a { background-color: rgb(69,209,56); }

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

border-color css

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

 span { border-color: rgb(69,209,56); }

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