Html Css Color HEX #3CCC2B Lime Green

📋 copy color: '#3CCC2B'

red 60 ◦ green 204 ◦ blue 43

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

Shades of Lime Green #3CCC2B

Tints of Lime Green #3CCC2B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 66.45%

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 19.54%
G = 66.45%
B = 14.01%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#3CCC2B (or 0x3CCC2B) is known color: Lime Green. HEX triplet: 3C, CC and 2B. RGB value is (60,204,43). Sum of RGB (Red+Green+Blue) = 60+204+43=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 204 (80.08% from 255 or 66.45% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCC2B is #C333D4. Grayscale: #8F8F8F. Windows color (decimal): -12792789 or 2870332. OLE color: 2870332.

HSL color Cylindrical-coordinate representation of color #3CCC2B: hue angle of 113.66º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3CCC2B is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 60 204 43 -
CMYK 0.71 0 0.79 0.2
HSL 113.66º 0.65% 0.48% -
HSV(B) 113.66º 0.79% 0.8% -
XYZ 23.89 44.32 9.58 -
YUV 142.59 71.79 69.09 -
System Red Green Blue C M Y K H S L
Decimal 60 204 43 0.71 0 0.79 0.2 113.66 0.65 0.48
Hex 3C CC 2B 47 0 4F 14 72 41 30
Octal 74 314 53 107 0 117 24 162 101 60
Binary 111100 11001100 101011 1000111 0 1001111 10100 1110010 1000001 110000

Color Harmonies of #3CCC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCC2B

Black with #3CCC2B

Text Example


Text Example

White with #3CCC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,204,43); }

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

background-color css

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

 a { background-color: rgb(60,204,43); }

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

border-color css

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

 span { border-color: rgb(60,204,43); }

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