Html Css Color HEX #45DA2B Lime Green

📋 copy color: '#45DA2B'

red 69 ◦ green 218 ◦ blue 43

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

Shades of Lime Green #45DA2B

Tints of Lime Green #45DA2B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 66.06%

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 20.91%
G = 66.06%
B = 13.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#45DA2B (or 0x45DA2B) is known color: Lime Green. HEX triplet: 45, DA and 2B. RGB value is (69,218,43). Sum of RGB (Red+Green+Blue) = 69+218+43=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 218 (85.55% from 255 or 66.06% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 218 - color contains mainly: green. Hex color #45DA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DA2B is #BA25D4. Grayscale: #9A9A9A. Windows color (decimal): -12199381 or 2873925. OLE color: 2873925.

HSL color Cylindrical-coordinate representation of color #45DA2B: hue angle of 111.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45DA2B is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 218 43 -
CMYK 0.68 0 0.80 0.15
HSL 111.09º 0.7% 0.51% -
HSV(B) 111.09º 0.8% 0.85% -
XYZ 27.96 51.58 10.77 -
YUV 153.5 65.64 67.73 -
System Red Green Blue C M Y K H S L
Decimal 69 218 43 0.68 0 0.80 0.15 111.09 0.7 0.51
Hex 45 DA 2B 44 0 50 F 6F 46 33
Octal 105 332 53 104 0 120 17 157 106 63
Binary 1000101 11011010 101011 1000100 0 1010000 1111 1101111 1000110 110011

Color Harmonies of #45DA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DA2B

Black with #45DA2B

Text Example


Text Example

White with #45DA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,218,43); }

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

background-color css

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

 a { background-color: rgb(69,218,43); }

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

border-color css

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

 span { border-color: rgb(69,218,43); }

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