Html Css Color HEX #3CC341 Lime Green

📋 copy color: '#3CC341'

red 60 ◦ green 195 ◦ blue 65

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

Shades of Lime Green #3CC341

Tints of Lime Green #3CC341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.31%

R = 18.75%
G = 60.94%
B = 20.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#3CC341 (or 0x3CC341) is known color: Lime Green. HEX triplet: 3C, C3 and 41. RGB value is (60,195,65). Sum of RGB (Red+Green+Blue) = 60+195+65=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC341 is #C33CBE. Grayscale: #8C8C8C. Windows color (decimal): -12795071 or 4309820. OLE color: 4309820.

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

Color convert

RGB 60 195 65 -
CMYK 0.69 0 0.67 0.24
HSL 122.22º 0.53% 0.5% -
HSV(B) 122.22º 0.69% 0.76% -
XYZ 22.33 40.37 11.62 -
YUV 139.82 85.77 71.07 -
System Red Green Blue C M Y K H S L
Decimal 60 195 65 0.69 0 0.67 0.24 122.22 0.53 0.5
Hex 3C C3 41 45 0 43 18 7A 35 32
Octal 74 303 101 105 0 103 30 172 65 62
Binary 111100 11000011 1000001 1000101 0 1000011 11000 1111010 110101 110010

Color Harmonies of #3CC341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC341

Black with #3CC341

Text Example


Text Example

White with #3CC341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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