Html Css Color HEX #3CC234 Lime Green

📋 copy color: '#3CC234'

red 60 ◦ green 194 ◦ blue 52

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

Shades of Lime Green #3CC234

Tints of Lime Green #3CC234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 19.61%
G = 63.4%
B = 16.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#3CC234 (or 0x3CC234) is known color: Lime Green. HEX triplet: 3C, C2 and 34. RGB value is (60,194,52). Sum of RGB (Red+Green+Blue) = 60+194+52=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 194 (76.17% from 255 or 63.40% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC234 is #C33DCB. Grayscale: #8A8A8A. Windows color (decimal): -12795340 or 3457596. OLE color: 3457596.

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

Color convert

RGB 60 194 52 -
CMYK 0.69 0 0.73 0.24
HSL 116.62º 0.58% 0.48% -
HSV(B) 116.62º 0.73% 0.76% -
XYZ 21.78 39.79 9.78 -
YUV 137.75 79.61 72.55 -
System Red Green Blue C M Y K H S L
Decimal 60 194 52 0.69 0 0.73 0.24 116.62 0.58 0.48
Hex 3C C2 34 45 0 49 18 75 3A 30
Octal 74 302 64 105 0 111 30 165 72 60
Binary 111100 11000010 110100 1000101 0 1001001 11000 1110101 111010 110000

Color Harmonies of #3CC234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC234

Black with #3CC234

Text Example


Text Example

White with #3CC234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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