Html Css Color HEX #45B838 Lime Green

📋 copy color: '#45B838'

red 69 ◦ green 184 ◦ blue 56

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

Shades of Lime Green #45B838

Tints of Lime Green #45B838

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.55%

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

R = 22.33%
G = 59.55%
B = 18.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#45B838 (or 0x45B838) is known color: Lime Green. HEX triplet: 45, B8 and 38. RGB value is (69,184,56). Sum of RGB (Red+Green+Blue) = 69+184+56=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 184 (72.27% from 255 or 59.55% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 184 - color contains mainly: green. Hex color #45B838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B838 is #BA47C7. Grayscale: #878787. Windows color (decimal): -12208072 or 3717189. OLE color: 3717189.

HSL color Cylindrical-coordinate representation of color #45B838: hue angle of 113.91º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45B838 is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 69 184 56 -
CMYK 0.62 0 0.70 0.28
HSL 113.91º 0.53% 0.47% -
HSV(B) 113.91º 0.7% 0.72% -
XYZ 20.31 35.83 9.59 -
YUV 135.02 83.4 80.91 -
System Red Green Blue C M Y K H S L
Decimal 69 184 56 0.62 0 0.70 0.28 113.91 0.53 0.47
Hex 45 B8 38 3E 0 46 1C 72 35 2F
Octal 105 270 70 76 0 106 34 162 65 57
Binary 1000101 10111000 111000 111110 0 1000110 11100 1110010 110101 101111

Color Harmonies of #45B838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45B838

Black with #45B838

Text Example


Text Example

White with #45B838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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