Html Css Color HEX #3CC12B Lime Green

📋 copy color: '#3CC12B'

red 60 ◦ green 193 ◦ blue 43

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

Shades of Lime Green #3CC12B

Tints of Lime Green #3CC12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 65.2%

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

R = 20.27%
G = 65.2%
B = 14.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#3CC12B (or 0x3CC12B) is known color: Lime Green. HEX triplet: 3C, C1 and 2B. RGB value is (60,193,43). Sum of RGB (Red+Green+Blue) = 60+193+43=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC12B is #C33ED4. Grayscale: #888888. Windows color (decimal): -12795605 or 2867516. OLE color: 2867516.

HSL color Cylindrical-coordinate representation of color #3CC12B: hue angle of 113.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CC12B is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 193 43 -
CMYK 0.69 0 0.78 0.24
HSL 113.2º 0.64% 0.46% -
HSV(B) 113.2º 0.78% 0.76% -
XYZ 21.37 39.28 8.74 -
YUV 136.13 75.44 73.7 -
System Red Green Blue C M Y K H S L
Decimal 60 193 43 0.69 0 0.78 0.24 113.2 0.64 0.46
Hex 3C C1 2B 45 0 4E 18 71 40 2E
Octal 74 301 53 105 0 116 30 161 100 56
Binary 111100 11000001 101011 1000101 0 1001110 11000 1110001 1000000 101110

Color Harmonies of #3CC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC12B

Black with #3CC12B

Text Example


Text Example

White with #3CC12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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