Html Css Color HEX #3CC235 Lime Green

📋 copy color: '#3CC235'

red 60 ◦ green 194 ◦ blue 53

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

Shades of Lime Green #3CC235

Tints of Lime Green #3CC235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.26%

R = 19.54%
G = 63.19%
B = 17.26%

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

#3CC235 (or 0x3CC235) is known color: Lime Green. HEX triplet: 3C, C2 and 35. RGB value is (60,194,53). Sum of RGB (Red+Green+Blue) = 60+194+53=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC235 is #C33DCA. Grayscale: #8A8A8A. Windows color (decimal): -12795339 or 3523132. OLE color: 3523132.

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

Color convert

RGB 60 194 53 -
CMYK 0.69 0 0.73 0.24
HSL 117.02º 0.57% 0.48% -
HSV(B) 117.02º 0.73% 0.76% -
XYZ 21.8 39.8 9.9 -
YUV 137.86 80.11 72.46 -
System Red Green Blue C M Y K H S L
Decimal 60 194 53 0.69 0 0.73 0.24 117.02 0.57 0.48
Hex 3C C2 35 45 0 49 18 75 39 30
Octal 74 302 65 105 0 111 30 165 71 60
Binary 111100 11000010 110101 1000101 0 1001001 11000 1110101 111001 110000

Color Harmonies of #3CC235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC235

Black with #3CC235

Text Example


Text Example

White with #3CC235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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