Html Css Color HEX #45CB49 Lime Green

📋 copy color: '#45CB49'

red 69 ◦ green 203 ◦ blue 73

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

Shades of Lime Green #45CB49

Tints of Lime Green #45CB49

RGB

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

 GREEN value IS 203 (79.69% from 255) = 58.84%

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 20%
G = 58.84%
B = 21.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#45CB49 (or 0x45CB49) is known color: Lime Green. HEX triplet: 45, CB and 49. RGB value is (69,203,73). Sum of RGB (Red+Green+Blue) = 69+203+73=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 203 (79.69% from 255 or 58.84% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CB49 is #BA34B6. Grayscale: #949494. Windows color (decimal): -12203191 or 4836165. OLE color: 4836165.

HSL color Cylindrical-coordinate representation of color #45CB49: hue angle of 121.79º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CB49 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 203 73 -
CMYK 0.66 0 0.64 0.20
HSL 121.79º 0.56% 0.53% -
HSV(B) 121.79º 0.66% 0.8% -
XYZ 25.01 44.46 13.57 -
YUV 148.11 85.61 71.57 -
System Red Green Blue C M Y K H S L
Decimal 69 203 73 0.66 0 0.64 0.20 121.79 0.56 0.53
Hex 45 CB 49 42 0 40 14 7A 38 35
Octal 105 313 111 102 0 100 24 172 70 65
Binary 1000101 11001011 1001001 1000010 0 1000000 10100 1111010 111000 110101

Color Harmonies of #45CB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45CB49

Black with #45CB49

Text Example


Text Example

White with #45CB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,203,73); }

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

background-color css

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

 a { background-color: rgb(69,203,73); }

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

border-color css

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

 span { border-color: rgb(69,203,73); }

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