Html Css Color HEX #45C83B Lime Green

📋 copy color: '#45C83B'

red 69 ◦ green 200 ◦ blue 59

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

Shades of Lime Green #45C83B

Tints of Lime Green #45C83B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.98%

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

R = 21.04%
G = 60.98%
B = 17.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#45C83B (or 0x45C83B) is known color: Lime Green. HEX triplet: 45, C8 and 3B. RGB value is (69,200,59). Sum of RGB (Red+Green+Blue) = 69+200+59=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #45C83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C83B is #BA37C4. Grayscale: #919191. Windows color (decimal): -12203973 or 3917893. OLE color: 3917893.

HSL color Cylindrical-coordinate representation of color #45C83B: hue angle of 115.74º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45C83B is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 69 200 59 -
CMYK 0.66 0 0.70 0.22
HSL 115.74º 0.56% 0.51% -
HSV(B) 115.74º 0.71% 0.78% -
XYZ 23.9 42.89 11.16 -
YUV 144.76 79.6 73.96 -
System Red Green Blue C M Y K H S L
Decimal 69 200 59 0.66 0 0.70 0.22 115.74 0.56 0.51
Hex 45 C8 3B 42 0 46 16 74 38 33
Octal 105 310 73 102 0 106 26 164 70 63
Binary 1000101 11001000 111011 1000010 0 1000110 10110 1110100 111000 110011

Color Harmonies of #45C83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C83B

Black with #45C83B

Text Example


Text Example

White with #45C83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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