Html Css Color HEX #3FEF25 Lime Green

📋 copy color: '#3FEF25'

red 63 ◦ green 239 ◦ blue 37

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

Shades of Lime Green #3FEF25

Tints of Lime Green #3FEF25

RGB

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

 GREEN value IS 239 (93.75% from 255) = 70.5%

 BLUE value IS 37 (14.84% from 255) = 10.91%

R = 18.58%
G = 70.5%
B = 10.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#3FEF25 (or 0x3FEF25) is known color: Lime Green. HEX triplet: 3F, EF and 25. RGB value is (63,239,37). Sum of RGB (Red+Green+Blue) = 63+239+37=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 239 (93.75% from 255 or 70.50% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEF25 is #C010DA. Grayscale: #A3A3A3. Windows color (decimal): -12587227 or 2486079. OLE color: 2486079.

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

Color convert

RGB 63 239 37 -
CMYK 0.74 0 0.85 0.06
HSL 112.28º 0.86% 0.54% -
HSV(B) 112.28º 0.85% 0.94% -
XYZ 33.25 62.92 12.14 -
YUV 163.35 56.69 56.43 -
System Red Green Blue C M Y K H S L
Decimal 63 239 37 0.74 0 0.85 0.06 112.28 0.86 0.54
Hex 3F EF 25 4A 0 55 6 70 56 36
Octal 77 357 45 112 0 125 6 160 126 66
Binary 111111 11101111 100101 1001010 0 1010101 110 1110000 1010110 110110

Color Harmonies of #3FEF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEF25

Black with #3FEF25

Text Example


Text Example

White with #3FEF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,239,37); }

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

background-color css

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

 a { background-color: rgb(63,239,37); }

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

border-color css

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

 span { border-color: rgb(63,239,37); }

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