Html Css Color HEX #3CCB56 Lime Green

📋 copy color: '#3CCB56'

red 60 ◦ green 203 ◦ blue 86

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

Shades of Lime Green #3CCB56

Tints of Lime Green #3CCB56

RGB

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

 GREEN value IS 203 (79.69% from 255) = 58.17%

 BLUE value IS 86 (33.98% from 255) = 24.64%

R = 17.19%
G = 58.17%
B = 24.64%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#3CCB56 (or 0x3CCB56) is known color: Lime Green. HEX triplet: 3C, CB and 56. RGB value is (60,203,86). Sum of RGB (Red+Green+Blue) = 60+203+86=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 203 (79.69% from 255 or 58.17% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCB56 is #C334A9. Grayscale: #939393. Windows color (decimal): -12793002 or 5688124. OLE color: 5688124.

HSL color Cylindrical-coordinate representation of color #3CCB56: hue angle of 130.91º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCB56 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 203 86 -
CMYK 0.70 0 0.58 0.20
HSL 130.91º 0.58% 0.52% -
HSV(B) 130.91º 0.7% 0.8% -
XYZ 24.9 44.34 16.05 -
YUV 146.91 93.62 66.01 -
System Red Green Blue C M Y K H S L
Decimal 60 203 86 0.70 0 0.58 0.20 130.91 0.58 0.52
Hex 3C CB 56 46 0 3A 14 83 3A 34
Octal 74 313 126 106 0 72 24 203 72 64
Binary 111100 11001011 1010110 1000110 0 111010 10100 10000011 111010 110100

Color Harmonies of #3CCB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCB56

Black with #3CCB56

Text Example


Text Example

White with #3CCB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,203,86); }

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

background-color css

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

 a { background-color: rgb(60,203,86); }

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

border-color css

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

 span { border-color: rgb(60,203,86); }

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