Html Css Color HEX #3CF03A Lime Green

📋 copy color: '#3CF03A'

red 60 ◦ green 240 ◦ blue 58

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

Shades of Lime Green #3CF03A

Tints of Lime Green #3CF03A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.04%

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 16.76%
G = 67.04%
B = 16.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#3CF03A (or 0x3CF03A) is known color: Lime Green. HEX triplet: 3C, F0 and 3A. RGB value is (60,240,58). Sum of RGB (Red+Green+Blue) = 60+240+58=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 240 (94.14% from 255 or 67.04% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF03A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF03A is #C30FC5. Grayscale: #A5A5A5. Windows color (decimal): -12783558 or 3862588. OLE color: 3862588.

HSL color Cylindrical-coordinate representation of color #3CF03A: hue angle of 119.34º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF03A is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 240 58 -
CMYK 0.75 0 0.76 0.06
HSL 119.34º 0.86% 0.58% -
HSV(B) 119.34º 0.76% 0.94% -
XYZ 33.79 63.59 14.5 -
YUV 165.43 67.37 52.8 -
System Red Green Blue C M Y K H S L
Decimal 60 240 58 0.75 0 0.76 0.06 119.34 0.86 0.58
Hex 3C F0 3A 4B 0 4C 6 77 56 3A
Octal 74 360 72 113 0 114 6 167 126 72
Binary 111100 11110000 111010 1001011 0 1001100 110 1110111 1010110 111010

Color Harmonies of #3CF03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF03A

Black with #3CF03A

Text Example


Text Example

White with #3CF03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,240,58); }

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

background-color css

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

 a { background-color: rgb(60,240,58); }

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

border-color css

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

 span { border-color: rgb(60,240,58); }

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