Html Css Color HEX #3CD231 Lime Green

📋 copy color: '#3CD231'

red 60 ◦ green 210 ◦ blue 49

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

Shades of Lime Green #3CD231

Tints of Lime Green #3CD231

RGB

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

 GREEN value IS 210 (82.42% from 255) = 65.83%

 BLUE value IS 49 (19.53% from 255) = 15.36%

R = 18.81%
G = 65.83%
B = 15.36%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#3CD231 (or 0x3CD231) is known color: Lime Green. HEX triplet: 3C, D2 and 31. RGB value is (60,210,49). Sum of RGB (Red+Green+Blue) = 60+210+49=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 210 (82.42% from 255 or 65.83% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD231 is #C32DCE. Grayscale: #939393. Windows color (decimal): -12791247 or 3265084. OLE color: 3265084.

HSL color Cylindrical-coordinate representation of color #3CD231: hue angle of 115.9º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CD231 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 210 49 -
CMYK 0.71 0 0.77 0.18
HSL 115.9º 0.64% 0.51% -
HSV(B) 115.9º 0.77% 0.82% -
XYZ 25.46 47.28 10.69 -
YUV 146.8 72.81 66.09 -
System Red Green Blue C M Y K H S L
Decimal 60 210 49 0.71 0 0.77 0.18 115.9 0.64 0.51
Hex 3C D2 31 47 0 4D 12 74 40 33
Octal 74 322 61 107 0 115 22 164 100 63
Binary 111100 11010010 110001 1000111 0 1001101 10010 1110100 1000000 110011

Color Harmonies of #3CD231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD231

Black with #3CD231

Text Example


Text Example

White with #3CD231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,210,49); }

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

background-color css

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

 a { background-color: rgb(60,210,49); }

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

border-color css

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

 span { border-color: rgb(60,210,49); }

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