Html Css Color HEX #3CC728 Lime Green

📋 copy color: '#3CC728'

red 60 ◦ green 199 ◦ blue 40

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

Shades of Lime Green #3CC728

Tints of Lime Green #3CC728

RGB

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

 GREEN value IS 199 (78.13% from 255) = 66.56%

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

R = 20.07%
G = 66.56%
B = 13.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#3CC728 (or 0x3CC728) is known color: Lime Green. HEX triplet: 3C, C7 and 28. RGB value is (60,199,40). Sum of RGB (Red+Green+Blue) = 60+199+40=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 199 (78.12% from 255 or 66.56% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 199 - color contains mainly: green. Hex color #3CC728 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC728 is #C338D7. Grayscale: #8B8B8B. Windows color (decimal): -12794072 or 2672444. OLE color: 2672444.

HSL color Cylindrical-coordinate representation of color #3CC728: hue angle of 112.45º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CC728 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 199 40 -
CMYK 0.70 0 0.80 0.22
HSL 112.45º 0.67% 0.47% -
HSV(B) 112.45º 0.8% 0.78% -
XYZ 22.67 41.96 8.91 -
YUV 139.31 71.95 71.43 -
System Red Green Blue C M Y K H S L
Decimal 60 199 40 0.70 0 0.80 0.22 112.45 0.67 0.47
Hex 3C C7 28 46 0 50 16 70 43 2F
Octal 74 307 50 106 0 120 26 160 103 57
Binary 111100 11000111 101000 1000110 0 1010000 10110 1110000 1000011 101111

Color Harmonies of #3CC728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC728

Black with #3CC728

Text Example


Text Example

White with #3CC728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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