Html Css Color HEX #3CC730 Lime Green

📋 copy color: '#3CC730'

red 60 ◦ green 199 ◦ blue 48

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

Shades of Lime Green #3CC730

Tints of Lime Green #3CC730

RGB

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

 GREEN value IS 199 (78.13% from 255) = 64.82%

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

R = 19.54%
G = 64.82%
B = 15.64%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#3CC730 (or 0x3CC730) is known color: Lime Green. HEX triplet: 3C, C7 and 30. RGB value is (60,199,48). Sum of RGB (Red+Green+Blue) = 60+199+48=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 199 (78.12% from 255 or 64.82% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 199 - color contains mainly: green. Hex color #3CC730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC730 is #C338CF. Grayscale: #8C8C8C. Windows color (decimal): -12794064 or 3196732. OLE color: 3196732.

HSL color Cylindrical-coordinate representation of color #3CC730: hue angle of 115.23º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CC730 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 199 48 -
CMYK 0.70 0 0.76 0.22
HSL 115.23º 0.61% 0.48% -
HSV(B) 115.23º 0.76% 0.78% -
XYZ 22.82 42.02 9.7 -
YUV 140.23 75.95 70.78 -
System Red Green Blue C M Y K H S L
Decimal 60 199 48 0.70 0 0.76 0.22 115.23 0.61 0.48
Hex 3C C7 30 46 0 4C 16 73 3D 30
Octal 74 307 60 106 0 114 26 163 75 60
Binary 111100 11000111 110000 1000110 0 1001100 10110 1110011 111101 110000

Color Harmonies of #3CC730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC730

Black with #3CC730

Text Example


Text Example

White with #3CC730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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