Html Css Color HEX #3CC64B Lime Green

📋 copy color: '#3CC64B'

red 60 ◦ green 198 ◦ blue 75

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

Shades of Lime Green #3CC64B

Tints of Lime Green #3CC64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 59.46%

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 18.02%
G = 59.46%
B = 22.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#3CC64B (or 0x3CC64B) is known color: Lime Green. HEX triplet: 3C, C6 and 4B. RGB value is (60,198,75). Sum of RGB (Red+Green+Blue) = 60+198+75=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 198 (77.73% from 255 or 59.46% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC64B is #C339B4. Grayscale: #8F8F8F. Windows color (decimal): -12794293 or 4965948. OLE color: 4965948.

HSL color Cylindrical-coordinate representation of color #3CC64B: hue angle of 126.52º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC64B is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 198 75 -
CMYK 0.70 0 0.62 0.22
HSL 126.52º 0.55% 0.51% -
HSV(B) 126.52º 0.7% 0.78% -
XYZ 23.33 41.86 13.51 -
YUV 142.72 89.78 69 -
System Red Green Blue C M Y K H S L
Decimal 60 198 75 0.70 0 0.62 0.22 126.52 0.55 0.51
Hex 3C C6 4B 46 0 3E 16 7F 37 33
Octal 74 306 113 106 0 76 26 177 67 63
Binary 111100 11000110 1001011 1000110 0 111110 10110 1111111 110111 110011

Color Harmonies of #3CC64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC64B

Black with #3CC64B

Text Example


Text Example

White with #3CC64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,198,75); }

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

background-color css

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

 a { background-color: rgb(60,198,75); }

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

border-color css

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

 span { border-color: rgb(60,198,75); }

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