Html Css Color HEX #3CF82E Lime Green

📋 copy color: '#3CF82E'

red 60 ◦ green 248 ◦ blue 46

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

Shades of Lime Green #3CF82E

Tints of Lime Green #3CF82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 16.95%
G = 70.06%
B = 12.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#3CF82E (or 0x3CF82E) is known color: Lime Green. HEX triplet: 3C, F8 and 2E. RGB value is (60,248,46). Sum of RGB (Red+Green+Blue) = 60+248+46=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 248 (97.27% from 255 or 70.06% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF82E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF82E is #C307D1. Grayscale: #A9A9A9. Windows color (decimal): -12781522 or 3078204. OLE color: 3078204.

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

Color convert

RGB 60 248 46 -
CMYK 0.76 0 0.81 0.03
HSL 115.84º 0.94% 0.58% -
HSV(B) 115.84º 0.81% 0.97% -
XYZ 35.92 68.29 13.87 -
YUV 168.76 58.72 50.43 -
System Red Green Blue C M Y K H S L
Decimal 60 248 46 0.76 0 0.81 0.03 115.84 0.94 0.58
Hex 3C F8 2E 4C 0 51 3 74 5E 3A
Octal 74 370 56 114 0 121 3 164 136 72
Binary 111100 11111000 101110 1001100 0 1010001 11 1110100 1011110 111010

Color Harmonies of #3CF82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF82E

Black with #3CF82E

Text Example


Text Example

White with #3CF82E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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