Html Css Color HEX #3FF04C Lime Green

📋 copy color: '#3FF04C'

red 63 ◦ green 240 ◦ blue 76

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

Shades of Lime Green #3FF04C

Tints of Lime Green #3FF04C

RGB

 RED value IS 63 (25% from 255) = 16.62%

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

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 16.62%
G = 63.32%
B = 20.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#3FF04C (or 0x3FF04C) is known color: Lime Green. HEX triplet: 3F, F0 and 4C. RGB value is (63,240,76). Sum of RGB (Red+Green+Blue) = 63+240+76=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF04C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF04C is #C00FB3. Grayscale: #A8A8A8. Windows color (decimal): -12586932 or 5042239. OLE color: 5042239.

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

Color convert

RGB 63 240 76 -
CMYK 0.74 0 0.68 0.06
HSL 124.41º 0.86% 0.59% -
HSV(B) 124.41º 0.74% 0.94% -
XYZ 34.51 63.9 17.35 -
YUV 168.38 75.86 52.84 -
System Red Green Blue C M Y K H S L
Decimal 63 240 76 0.74 0 0.68 0.06 124.41 0.86 0.59
Hex 3F F0 4C 4A 0 44 6 7C 56 3B
Octal 77 360 114 112 0 104 6 174 126 73
Binary 111111 11110000 1001100 1001010 0 1000100 110 1111100 1010110 111011

Color Harmonies of #3FF04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF04C

Black with #3FF04C

Text Example


Text Example

White with #3FF04C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,240,76); }

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

background-color css

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

 a { background-color: rgb(63,240,76); }

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

border-color css

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

 span { border-color: rgb(63,240,76); }

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