Html Css Color HEX #3CC934 Lime Green

📋 copy color: '#3CC934'

red 60 ◦ green 201 ◦ blue 52

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

Shades of Lime Green #3CC934

Tints of Lime Green #3CC934

RGB

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

 GREEN value IS 201 (78.91% from 255) = 64.22%

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

R = 19.17%
G = 64.22%
B = 16.61%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#3CC934 (or 0x3CC934) is known color: Lime Green. HEX triplet: 3C, C9 and 34. RGB value is (60,201,52). Sum of RGB (Red+Green+Blue) = 60+201+52=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC934 is #C336CB. Grayscale: #8E8E8E. Windows color (decimal): -12793548 or 3459388. OLE color: 3459388.

HSL color Cylindrical-coordinate representation of color #3CC934: hue angle of 116.78º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CC934 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 201 52 -
CMYK 0.70 0 0.74 0.21
HSL 116.78º 0.59% 0.5% -
HSV(B) 116.78º 0.74% 0.79% -
XYZ 23.37 42.98 10.31 -
YUV 141.86 77.29 69.62 -
System Red Green Blue C M Y K H S L
Decimal 60 201 52 0.70 0 0.74 0.21 116.78 0.59 0.5
Hex 3C C9 34 46 0 4A 15 75 3B 32
Octal 74 311 64 106 0 112 25 165 73 62
Binary 111100 11001001 110100 1000110 0 1001010 10101 1110101 111011 110010

Color Harmonies of #3CC934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC934

Black with #3CC934

Text Example


Text Example

White with #3CC934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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