Html Css Color HEX #45D24C Lime Green

📋 copy color: '#45D24C'

red 69 ◦ green 210 ◦ blue 76

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

Shades of Lime Green #45D24C

Tints of Lime Green #45D24C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.15%

 BLUE value IS 76 (30.08% from 255) = 21.41%

R = 19.44%
G = 59.15%
B = 21.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#45D24C (or 0x45D24C) is known color: Lime Green. HEX triplet: 45, D2 and 4C. RGB value is (69,210,76). Sum of RGB (Red+Green+Blue) = 69+210+76=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 210 (82.42% from 255 or 59.15% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 210 - color contains mainly: green. Hex color #45D24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D24C is #BA2DB3. Grayscale: #989898. Windows color (decimal): -12201396 or 5034565. OLE color: 5034565.

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

Color convert

RGB 69 210 76 -
CMYK 0.67 0 0.64 0.18
HSL 122.98º 0.61% 0.55% -
HSV(B) 122.98º 0.67% 0.82% -
XYZ 26.81 47.88 14.67 -
YUV 152.57 84.79 68.4 -
System Red Green Blue C M Y K H S L
Decimal 69 210 76 0.67 0 0.64 0.18 122.98 0.61 0.55
Hex 45 D2 4C 43 0 40 12 7B 3D 37
Octal 105 322 114 103 0 100 22 173 75 67
Binary 1000101 11010010 1001100 1000011 0 1000000 10010 1111011 111101 110111

Color Harmonies of #45D24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D24C

Black with #45D24C

Text Example


Text Example

White with #45D24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,210,76); }

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

background-color css

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

 a { background-color: rgb(69,210,76); }

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

border-color css

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

 span { border-color: rgb(69,210,76); }

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