Html Css Color HEX #3CC130 Lime Green

📋 copy color: '#3CC130'

red 60 ◦ green 193 ◦ blue 48

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

Shades of Lime Green #3CC130

Tints of Lime Green #3CC130

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.12%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 19.93%
G = 64.12%
B = 15.95%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#3CC130 (or 0x3CC130) is known color: Lime Green. HEX triplet: 3C, C1 and 30. RGB value is (60,193,48). Sum of RGB (Red+Green+Blue) = 60+193+48=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC130 is #C33ECF. Grayscale: #898989. Windows color (decimal): -12795600 or 3195196. OLE color: 3195196.

HSL color Cylindrical-coordinate representation of color #3CC130: hue angle of 115.03º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CC130 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 193 48 -
CMYK 0.69 0 0.75 0.24
HSL 115.03º 0.6% 0.47% -
HSV(B) 115.03º 0.75% 0.76% -
XYZ 21.47 39.31 9.25 -
YUV 136.7 77.94 73.29 -
System Red Green Blue C M Y K H S L
Decimal 60 193 48 0.69 0 0.75 0.24 115.03 0.6 0.47
Hex 3C C1 30 45 0 4B 18 73 3C 2F
Octal 74 301 60 105 0 113 30 163 74 57
Binary 111100 11000001 110000 1000101 0 1001011 11000 1110011 111100 101111

Color Harmonies of #3CC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC130

Black with #3CC130

Text Example


Text Example

White with #3CC130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,193,48); }

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

background-color css

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

 a { background-color: rgb(60,193,48); }

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

border-color css

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

 span { border-color: rgb(60,193,48); }

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