Html Css Color HEX #45C930 Lime Green

📋 copy color: '#45C930'

red 69 ◦ green 201 ◦ blue 48

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

Shades of Lime Green #45C930

Tints of Lime Green #45C930

RGB

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

 GREEN value IS 201 (78.91% from 255) = 63.21%

 BLUE value IS 48 (19.14% from 255) = 15.09%

R = 21.7%
G = 63.21%
B = 15.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#45C930 (or 0x45C930) is known color: Lime Green. HEX triplet: 45, C9 and 30. RGB value is (69,201,48). Sum of RGB (Red+Green+Blue) = 69+201+48=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 201 (78.91% from 255 or 63.21% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 201 - color contains mainly: green. Hex color #45C930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C930 is #BA36CF. Grayscale: #909090. Windows color (decimal): -12203728 or 3197253. OLE color: 3197253.

HSL color Cylindrical-coordinate representation of color #45C930: hue angle of 111.76º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45C930 is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 69 201 48 -
CMYK 0.66 0 0.76 0.21
HSL 111.76º 0.61% 0.49% -
HSV(B) 111.76º 0.76% 0.79% -
XYZ 23.87 43.25 9.89 -
YUV 144.09 73.77 74.44 -
System Red Green Blue C M Y K H S L
Decimal 69 201 48 0.66 0 0.76 0.21 111.76 0.61 0.49
Hex 45 C9 30 42 0 4C 15 70 3D 31
Octal 105 311 60 102 0 114 25 160 75 61
Binary 1000101 11001001 110000 1000010 0 1001100 10101 1110000 111101 110001

Color Harmonies of #45C930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C930

Black with #45C930

Text Example


Text Example

White with #45C930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,201,48); }

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

background-color css

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

 a { background-color: rgb(69,201,48); }

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

border-color css

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

 span { border-color: rgb(69,201,48); }

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