Html Css Color HEX #3CC326 Lime Green

📋 copy color: '#3CC326'

red 60 ◦ green 195 ◦ blue 38

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

Shades of Lime Green #3CC326

Tints of Lime Green #3CC326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 66.55%

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

R = 20.48%
G = 66.55%
B = 12.97%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#3CC326 (or 0x3CC326) is known color: Lime Green. HEX triplet: 3C, C3 and 26. RGB value is (60,195,38). Sum of RGB (Red+Green+Blue) = 60+195+38=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 195 (76.56% from 255 or 66.55% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC326 is #C33CD9. Grayscale: #898989. Windows color (decimal): -12795098 or 2540348. OLE color: 2540348.

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

Color convert

RGB 60 195 38 -
CMYK 0.69 0 0.81 0.24
HSL 111.59º 0.67% 0.46% -
HSV(B) 111.59º 0.81% 0.76% -
XYZ 21.73 40.13 8.43 -
YUV 136.74 72.27 73.27 -
System Red Green Blue C M Y K H S L
Decimal 60 195 38 0.69 0 0.81 0.24 111.59 0.67 0.46
Hex 3C C3 26 45 0 51 18 70 43 2E
Octal 74 303 46 105 0 121 30 160 103 56
Binary 111100 11000011 100110 1000101 0 1010001 11000 1110000 1000011 101110

Color Harmonies of #3CC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC326

Black with #3CC326

Text Example


Text Example

White with #3CC326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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