Html Css Color HEX #3CBC3C Lime Green

📋 copy color: '#3CBC3C'

red 60 ◦ green 188 ◦ blue 60

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

Shades of Lime Green #3CBC3C

Tints of Lime Green #3CBC3C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.04%

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 19.48%
G = 61.04%
B = 19.48%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#3CBC3C (or 0x3CBC3C) is known color: Lime Green. HEX triplet: 3C, BC and 3C. RGB value is (60,188,60). Sum of RGB (Red+Green+Blue) = 60+188+60=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC3C is #C343C3. Grayscale: #878787. Windows color (decimal): -12796868 or 3980348. OLE color: 3980348.

HSL color Cylindrical-coordinate representation of color #3CBC3C: hue angle of 120º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBC3C is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 188 60 -
CMYK 0.68 0 0.68 0.26
HSL 120º 0.52% 0.49% -
HSV(B) 120º 0.68% 0.74% -
XYZ 20.66 37.25 10.38 -
YUV 135.14 85.59 74.41 -
System Red Green Blue C M Y K H S L
Decimal 60 188 60 0.68 0 0.68 0.26 120 0.52 0.49
Hex 3C BC 3C 44 0 44 1A 78 34 31
Octal 74 274 74 104 0 104 32 170 64 61
Binary 111100 10111100 111100 1000100 0 1000100 11010 1111000 110100 110001

Color Harmonies of #3CBC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBC3C

Black with #3CBC3C

Text Example


Text Example

White with #3CBC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,188,60); }

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

background-color css

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

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

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

border-color css

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

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

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