Html Css Color HEX #45C33C Lime Green

📋 copy color: '#45C33C'

red 69 ◦ green 195 ◦ blue 60

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

Shades of Lime Green #45C33C

Tints of Lime Green #45C33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.19%

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 21.3%
G = 60.19%
B = 18.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#45C33C (or 0x45C33C) is known color: Lime Green. HEX triplet: 45, C3 and 3C. RGB value is (69,195,60). Sum of RGB (Red+Green+Blue) = 69+195+60=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #45C33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C33C is #BA3CC3. Grayscale: #8E8E8E. Windows color (decimal): -12205252 or 3982149. OLE color: 3982149.

HSL color Cylindrical-coordinate representation of color #45C33C: hue angle of 116º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45C33C is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 195 60 -
CMYK 0.65 0 0.69 0.24
HSL 116º 0.53% 0.5% -
HSV(B) 116º 0.69% 0.76% -
XYZ 22.78 40.62 10.91 -
YUV 141.94 81.76 75.98 -
System Red Green Blue C M Y K H S L
Decimal 69 195 60 0.65 0 0.69 0.24 116 0.53 0.5
Hex 45 C3 3C 41 0 45 18 74 35 32
Octal 105 303 74 101 0 105 30 164 65 62
Binary 1000101 11000011 111100 1000001 0 1000101 11000 1110100 110101 110010

Color Harmonies of #45C33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45C33C

Black with #45C33C

Text Example


Text Example

White with #45C33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,195,60); }

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

background-color css

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

 a { background-color: rgb(69,195,60); }

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

border-color css

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

 span { border-color: rgb(69,195,60); }

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