Html Css Color HEX #3CDC34 Lime Green

📋 copy color: '#3CDC34'

red 60 ◦ green 220 ◦ blue 52

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

Shades of Lime Green #3CDC34

Tints of Lime Green #3CDC34

RGB

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

 GREEN value IS 220 (86.33% from 255) = 66.27%

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

R = 18.07%
G = 66.27%
B = 15.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#3CDC34 (or 0x3CDC34) is known color: Lime Green. HEX triplet: 3C, DC and 34. RGB value is (60,220,52). Sum of RGB (Red+Green+Blue) = 60+220+52=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDC34 is #C323CB. Grayscale: #999999. Windows color (decimal): -12788684 or 3464252. OLE color: 3464252.

HSL color Cylindrical-coordinate representation of color #3CDC34: hue angle of 117.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CDC34 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 220 52 -
CMYK 0.73 0 0.76 0.14
HSL 117.14º 0.71% 0.53% -
HSV(B) 117.14º 0.76% 0.86% -
XYZ 28.08 52.39 11.88 -
YUV 153.01 70.99 61.66 -
System Red Green Blue C M Y K H S L
Decimal 60 220 52 0.73 0 0.76 0.14 117.14 0.71 0.53
Hex 3C DC 34 49 0 4C E 75 47 35
Octal 74 334 64 111 0 114 16 165 107 65
Binary 111100 11011100 110100 1001001 0 1001100 1110 1110101 1000111 110101

Color Harmonies of #3CDC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDC34

Black with #3CDC34

Text Example


Text Example

White with #3CDC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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