Html Css Color HEX #45D036 Lime Green

📋 copy color: '#45D036'

red 69 ◦ green 208 ◦ blue 54

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

Shades of Lime Green #45D036

Tints of Lime Green #45D036

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.84%

 BLUE value IS 54 (21.48% from 255) = 16.31%

R = 20.85%
G = 62.84%
B = 16.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#45D036 (or 0x45D036) is known color: Lime Green. HEX triplet: 45, D0 and 36. RGB value is (69,208,54). Sum of RGB (Red+Green+Blue) = 69+208+54=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #45D036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D036 is #BA2FC9. Grayscale: #959595. Windows color (decimal): -12201930 or 3592261. OLE color: 3592261.

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

Color convert

RGB 69 208 54 -
CMYK 0.67 0 0.74 0.18
HSL 114.16º 0.62% 0.51% -
HSV(B) 114.16º 0.74% 0.82% -
XYZ 25.68 46.64 11.14 -
YUV 148.88 74.45 71.02 -
System Red Green Blue C M Y K H S L
Decimal 69 208 54 0.67 0 0.74 0.18 114.16 0.62 0.51
Hex 45 D0 36 43 0 4A 12 72 3E 33
Octal 105 320 66 103 0 112 22 162 76 63
Binary 1000101 11010000 110110 1000011 0 1001010 10010 1110010 111110 110011

Color Harmonies of #45D036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D036

Black with #45D036

Text Example


Text Example

White with #45D036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,208,54); }

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

background-color css

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

 a { background-color: rgb(69,208,54); }

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

border-color css

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

 span { border-color: rgb(69,208,54); }

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