Html Css Color HEX #3CF82F Lime Green

📋 copy color: '#3CF82F'

red 60 ◦ green 248 ◦ blue 47

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

Shades of Lime Green #3CF82F

Tints of Lime Green #3CF82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.24%

R = 16.9%
G = 69.86%
B = 13.24%

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

#3CF82F (or 0x3CF82F) is known color: Lime Green. HEX triplet: 3C, F8 and 2F. RGB value is (60,248,47). Sum of RGB (Red+Green+Blue) = 60+248+47=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 248 (97.27% from 255 or 69.86% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 248 - color contains mainly: green. Hex color #3CF82F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF82F is #C307D0. Grayscale: #A9A9A9. Windows color (decimal): -12781521 or 3143740. OLE color: 3143740.

HSL color Cylindrical-coordinate representation of color #3CF82F: hue angle of 116.12º degrees, saturation: 0.93, 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 #3CF82F is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 60 248 47 -
CMYK 0.76 0 0.81 0.03
HSL 116.12º 0.93% 0.58% -
HSV(B) 116.12º 0.81% 0.97% -
XYZ 35.94 68.3 13.98 -
YUV 168.87 59.22 50.34 -
System Red Green Blue C M Y K H S L
Decimal 60 248 47 0.76 0 0.81 0.03 116.12 0.93 0.58
Hex 3C F8 2F 4C 0 51 3 74 5D 3A
Octal 74 370 57 114 0 121 3 164 135 72
Binary 111100 11111000 101111 1001100 0 1010001 11 1110100 1011101 111010

Color Harmonies of #3CF82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF82F

Black with #3CF82F

Text Example


Text Example

White with #3CF82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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