Html Css Color HEX #3CBC35 Lime Green

📋 copy color: '#3CBC35'

red 60 ◦ green 188 ◦ blue 53

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

Shades of Lime Green #3CBC35

Tints of Lime Green #3CBC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.61%

R = 19.93%
G = 62.46%
B = 17.61%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#3CBC35 (or 0x3CBC35) is known color: Lime Green. HEX triplet: 3C, BC and 35. RGB value is (60,188,53). Sum of RGB (Red+Green+Blue) = 60+188+53=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC35 is #C343CA. Grayscale: #868686. Windows color (decimal): -12796875 or 3521596. OLE color: 3521596.

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

Color convert

RGB 60 188 53 -
CMYK 0.68 0 0.72 0.26
HSL 116.89º 0.56% 0.47% -
HSV(B) 116.89º 0.72% 0.74% -
XYZ 20.49 37.18 9.47 -
YUV 134.34 82.09 74.98 -
System Red Green Blue C M Y K H S L
Decimal 60 188 53 0.68 0 0.72 0.26 116.89 0.56 0.47
Hex 3C BC 35 44 0 48 1A 75 38 2F
Octal 74 274 65 104 0 110 32 165 70 57
Binary 111100 10111100 110101 1000100 0 1001000 11010 1110101 111000 101111

Color Harmonies of #3CBC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBC35

Black with #3CBC35

Text Example


Text Example

White with #3CBC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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