Html Css Color HEX #3CF838 Lime Green

📋 copy color: '#3CF838'

red 60 ◦ green 248 ◦ blue 56

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

Shades of Lime Green #3CF838

Tints of Lime Green #3CF838

RGB

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

 GREEN value IS 248 (97.27% from 255) = 68.13%

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

R = 16.48%
G = 68.13%
B = 15.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#3CF838 (or 0x3CF838) is known color: Lime Green. HEX triplet: 3C, F8 and 38. RGB value is (60,248,56). Sum of RGB (Red+Green+Blue) = 60+248+56=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 248 (97.27% from 255 or 68.13% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF838 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF838 is #C307C7. Grayscale: #AAAAAA. Windows color (decimal): -12781512 or 3733564. OLE color: 3733564.

HSL color Cylindrical-coordinate representation of color #3CF838: hue angle of 118.75º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CF838 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB 60 248 56 -
CMYK 0.76 0 0.77 0.03
HSL 118.75º 0.93% 0.6% -
HSV(B) 118.75º 0.77% 0.97% -
XYZ 36.14 68.38 15.04 -
YUV 169.9 63.72 49.61 -
System Red Green Blue C M Y K H S L
Decimal 60 248 56 0.76 0 0.77 0.03 118.75 0.93 0.6
Hex 3C F8 38 4C 0 4D 3 77 5D 3C
Octal 74 370 70 114 0 115 3 167 135 74
Binary 111100 11111000 111000 1001100 0 1001101 11 1110111 1011101 111100

Color Harmonies of #3CF838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF838

Black with #3CF838

Text Example


Text Example

White with #3CF838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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