Html Css Color HEX #3CC126 Lime Green

📋 copy color: '#3CC126'

red 60 ◦ green 193 ◦ blue 38

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

Shades of Lime Green #3CC126

Tints of Lime Green #3CC126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.06%

R = 20.62%
G = 66.32%
B = 13.06%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#3CC126 (or 0x3CC126) is known color: Lime Green. HEX triplet: 3C, C1 and 26. RGB value is (60,193,38). Sum of RGB (Red+Green+Blue) = 60+193+38=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC126 is #C33ED9. Grayscale: #888888. Windows color (decimal): -12795610 or 2539836. OLE color: 2539836.

HSL color Cylindrical-coordinate representation of color #3CC126: hue angle of 111.48º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CC126 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 193 38 -
CMYK 0.69 0 0.80 0.24
HSL 111.48º 0.67% 0.45% -
HSV(B) 111.48º 0.8% 0.76% -
XYZ 21.28 39.24 8.29 -
YUV 135.56 72.94 74.1 -
System Red Green Blue C M Y K H S L
Decimal 60 193 38 0.69 0 0.80 0.24 111.48 0.67 0.45
Hex 3C C1 26 45 0 50 18 6F 43 2D
Octal 74 301 46 105 0 120 30 157 103 55
Binary 111100 11000001 100110 1000101 0 1010000 11000 1101111 1000011 101101

Color Harmonies of #3CC126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC126

Black with #3CC126

Text Example


Text Example

White with #3CC126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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