Html Css Color HEX #45DF3B Lime Green

📋 copy color: '#45DF3B'

red 69 ◦ green 223 ◦ blue 59

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

Shades of Lime Green #45DF3B

Tints of Lime Green #45DF3B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.53%

 BLUE value IS 59 (23.44% from 255) = 16.81%

R = 19.66%
G = 63.53%
B = 16.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#45DF3B (or 0x45DF3B) is known color: Lime Green. HEX triplet: 45, DF and 3B. RGB value is (69,223,59). Sum of RGB (Red+Green+Blue) = 69+223+59=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 223 (87.5% from 255 or 63.53% from 351); Blue value is 59 (23.44% from 255 or 16.81% from 351); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DF3B is #BA20C4. Grayscale: #9E9E9E. Windows color (decimal): -12198085 or 3923781. OLE color: 3923781.

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

Color convert

RGB 69 223 59 -
CMYK 0.69 0 0.74 0.13
HSL 116.34º 0.72% 0.55% -
HSV(B) 116.34º 0.74% 0.87% -
XYZ 29.63 54.36 13.07 -
YUV 158.26 71.98 64.34 -
System Red Green Blue C M Y K H S L
Decimal 69 223 59 0.69 0 0.74 0.13 116.34 0.72 0.55
Hex 45 DF 3B 45 0 4A D 74 48 37
Octal 105 337 73 105 0 112 15 164 110 67
Binary 1000101 11011111 111011 1000101 0 1001010 1101 1110100 1001000 110111

Color Harmonies of #45DF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DF3B

Black with #45DF3B

Text Example


Text Example

White with #45DF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,223,59); }

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

background-color css

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

 a { background-color: rgb(69,223,59); }

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

border-color css

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

 span { border-color: rgb(69,223,59); }

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