Html Css Color HEX #3CC226 Lime Green

📋 copy color: '#3CC226'

red 60 ◦ green 194 ◦ blue 38

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

Shades of Lime Green #3CC226

Tints of Lime Green #3CC226

RGB

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

 GREEN value IS 194 (76.17% from 255) = 66.44%

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

R = 20.55%
G = 66.44%
B = 13.01%

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

#3CC226 (or 0x3CC226) is known color: Lime Green. HEX triplet: 3C, C2 and 26. RGB value is (60,194,38). Sum of RGB (Red+Green+Blue) = 60+194+38=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 194 (76.17% from 255 or 66.44% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC226 is #C33DD9. Grayscale: #888888. Windows color (decimal): -12795354 or 2540092. OLE color: 2540092.

HSL color Cylindrical-coordinate representation of color #3CC226: hue angle of 111.54º 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 #3CC226 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 194 38 -
CMYK 0.69 0 0.80 0.24
HSL 111.54º 0.67% 0.45% -
HSV(B) 111.54º 0.8% 0.76% -
XYZ 21.51 39.68 8.36 -
YUV 136.15 72.61 73.68 -
System Red Green Blue C M Y K H S L
Decimal 60 194 38 0.69 0 0.80 0.24 111.54 0.67 0.45
Hex 3C C2 26 45 0 50 18 70 43 2D
Octal 74 302 46 105 0 120 30 160 103 55
Binary 111100 11000010 100110 1000101 0 1010000 11000 1110000 1000011 101101

Color Harmonies of #3CC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC226

Black with #3CC226

Text Example


Text Example

White with #3CC226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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