Html Css Color HEX #3CFA38 Lime Green

📋 copy color: '#3CFA38'

red 60 ◦ green 250 ◦ blue 56

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

Shades of Lime Green #3CFA38

Tints of Lime Green #3CFA38

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.31%

 BLUE value IS 56 (22.27% from 255) = 15.3%

R = 16.39%
G = 68.31%
B = 15.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#3CFA38 (or 0x3CFA38) is known color: Lime Green. HEX triplet: 3C, FA and 38. RGB value is (60,250,56). Sum of RGB (Red+Green+Blue) = 60+250+56=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFA38 is #C305C7. Grayscale: #ABABAB. Windows color (decimal): -12781000 or 3734076. OLE color: 3734076.

HSL color Cylindrical-coordinate representation of color #3CFA38: hue angle of 118.76º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CFA38 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 250 56 -
CMYK 0.76 0 0.78 0.02
HSL 118.76º 0.95% 0.6% -
HSV(B) 118.76º 0.78% 0.98% -
XYZ 36.76 69.62 15.24 -
YUV 171.07 63.05 48.77 -
System Red Green Blue C M Y K H S L
Decimal 60 250 56 0.76 0 0.78 0.02 118.76 0.95 0.6
Hex 3C FA 38 4C 0 4E 2 77 5F 3C
Octal 74 372 70 114 0 116 2 167 137 74
Binary 111100 11111010 111000 1001100 0 1001110 10 1110111 1011111 111100

Color Harmonies of #3CFA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFA38

Black with #3CFA38

Text Example


Text Example

White with #3CFA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,250,56); }

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

background-color css

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

 a { background-color: rgb(60,250,56); }

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

border-color css

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

 span { border-color: rgb(60,250,56); }

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