Html Css Color HEX #3CD452 Lime Green

📋 copy color: '#3CD452'

red 60 ◦ green 212 ◦ blue 82

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

Shades of Lime Green #3CD452

Tints of Lime Green #3CD452

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.89%

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 16.95%
G = 59.89%
B = 23.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#3CD452 (or 0x3CD452) is known color: Lime Green. HEX triplet: 3C, D4 and 52. RGB value is (60,212,82). Sum of RGB (Red+Green+Blue) = 60+212+82=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 212 (83.20% from 255 or 59.89% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD452 is #C32BAD. Grayscale: #989898. Windows color (decimal): -12790702 or 5428284. OLE color: 5428284.

HSL color Cylindrical-coordinate representation of color #3CD452: hue angle of 128.68º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD452 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 60 212 82 -
CMYK 0.72 0 0.61 0.17
HSL 128.68º 0.64% 0.53% -
HSV(B) 128.68º 0.72% 0.83% -
XYZ 26.93 48.66 15.96 -
YUV 151.73 88.64 62.57 -
System Red Green Blue C M Y K H S L
Decimal 60 212 82 0.72 0 0.61 0.17 128.68 0.64 0.53
Hex 3C D4 52 48 0 3D 11 81 40 35
Octal 74 324 122 110 0 75 21 201 100 65
Binary 111100 11010100 1010010 1001000 0 111101 10001 10000001 1000000 110101

Color Harmonies of #3CD452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD452

Black with #3CD452

Text Example


Text Example

White with #3CD452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,212,82); }

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

background-color css

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

 a { background-color: rgb(60,212,82); }

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

border-color css

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

 span { border-color: rgb(60,212,82); }

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