Html Css Color HEX #3CC345 Lime Green

📋 copy color: '#3CC345'

red 60 ◦ green 195 ◦ blue 69

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

Shades of Lime Green #3CC345

Tints of Lime Green #3CC345

RGB

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

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

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

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

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #3CC345: hue angle of 124º 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 #3CC345 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 195 69 -
CMYK 0.69 0 0.65 0.24
HSL 124º 0.53% 0.5% -
HSV(B) 124º 0.69% 0.76% -
XYZ 22.45 40.42 12.25 -
YUV 140.27 87.77 70.75 -
System Red Green Blue C M Y K H S L
Decimal 60 195 69 0.69 0 0.65 0.24 124 0.53 0.5
Hex 3C C3 45 45 0 41 18 7C 35 32
Octal 74 303 105 105 0 101 30 174 65 62
Binary 111100 11000011 1000101 1000101 0 1000001 11000 1111100 110101 110010

Color Harmonies of #3CC345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC345

Black with #3CC345

Text Example


Text Example

White with #3CC345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CC345; }

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

 H1.HeaderClassName
 {
   color: #3CC345;
 }
 .AnyTagClassName
 {
   color: #3CC345;
 }
</style>

background-color css

<style>
 a { background-color: #3CC345; }

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

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

border-color css

<style>
 span { border-color: #3CC345; }

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

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