Html Css Color HEX #3CC328 Lime Green

📋 copy color: '#3CC328'

red 60 ◦ green 195 ◦ blue 40

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

Shades of Lime Green #3CC328

Tints of Lime Green #3CC328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 20.34%
G = 66.1%
B = 13.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#3CC328 (or 0x3CC328) is known color: Lime Green. HEX triplet: 3C, C3 and 28. RGB value is (60,195,40). Sum of RGB (Red+Green+Blue) = 60+195+40=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC328 is #C33CD7. Grayscale: #898989. Windows color (decimal): -12795096 or 2671420. OLE color: 2671420.

HSL color Cylindrical-coordinate representation of color #3CC328: hue angle of 112.26º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CC328 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 195 40 -
CMYK 0.69 0 0.79 0.24
HSL 112.26º 0.66% 0.46% -
HSV(B) 112.26º 0.79% 0.76% -
XYZ 21.76 40.14 8.61 -
YUV 136.97 73.27 73.1 -
System Red Green Blue C M Y K H S L
Decimal 60 195 40 0.69 0 0.79 0.24 112.26 0.66 0.46
Hex 3C C3 28 45 0 4F 18 70 42 2E
Octal 74 303 50 105 0 117 30 160 102 56
Binary 111100 11000011 101000 1000101 0 1001111 11000 1110000 1000010 101110

Color Harmonies of #3CC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC328

Black with #3CC328

Text Example


Text Example

White with #3CC328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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