Html Css Color HEX #45DF23 Lime Green

📋 copy color: '#45DF23'

red 69 ◦ green 223 ◦ blue 35

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

Shades of Lime Green #45DF23

Tints of Lime Green #45DF23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.7%

R = 21.1%
G = 68.2%
B = 10.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#45DF23 (or 0x45DF23) is known color: Lime Green. HEX triplet: 45, DF and 23. RGB value is (69,223,35). Sum of RGB (Red+Green+Blue) = 69+223+35=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 223 (87.5% from 255 or 68.20% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DF23 is #BA20DC. Grayscale: #9C9C9C. Windows color (decimal): -12198109 or 2350917. OLE color: 2350917.

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

Color convert

RGB 69 223 35 -
CMYK 0.69 0 0.84 0.13
HSL 109.15º 0.75% 0.51% -
HSV(B) 109.15º 0.84% 0.87% -
XYZ 29.15 54.16 10.51 -
YUV 155.52 59.98 66.29 -
System Red Green Blue C M Y K H S L
Decimal 69 223 35 0.69 0 0.84 0.13 109.15 0.75 0.51
Hex 45 DF 23 45 0 54 D 6D 4B 33
Octal 105 337 43 105 0 124 15 155 113 63
Binary 1000101 11011111 100011 1000101 0 1010100 1101 1101101 1001011 110011

Color Harmonies of #45DF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DF23

Black with #45DF23

Text Example


Text Example

White with #45DF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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