Html Css Color HEX #3FED38 Lime Green

📋 copy color: '#3FED38'

red 63 ◦ green 237 ◦ blue 56

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

Shades of Lime Green #3FED38

Tints of Lime Green #3FED38

RGB

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

 GREEN value IS 237 (92.97% from 255) = 66.57%

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

R = 17.7%
G = 66.57%
B = 15.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#3FED38 (or 0x3FED38) is known color: Lime Green. HEX triplet: 3F, ED and 38. RGB value is (63,237,56). Sum of RGB (Red+Green+Blue) = 63+237+56=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 237 (92.97% from 255 or 66.57% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FED38 is #C012C7. Grayscale: #A4A4A4. Windows color (decimal): -12587720 or 3730751. OLE color: 3730751.

HSL color Cylindrical-coordinate representation of color #3FED38: hue angle of 117.68º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FED38 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 237 56 -
CMYK 0.73 0 0.76 0.07
HSL 117.68º 0.83% 0.57% -
HSV(B) 117.68º 0.76% 0.93% -
XYZ 33.05 61.91 13.95 -
YUV 164.34 66.85 55.72 -
System Red Green Blue C M Y K H S L
Decimal 63 237 56 0.73 0 0.76 0.07 117.68 0.83 0.57
Hex 3F ED 38 49 0 4C 7 76 53 39
Octal 77 355 70 111 0 114 7 166 123 71
Binary 111111 11101101 111000 1001001 0 1001100 111 1110110 1010011 111001

Color Harmonies of #3FED38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FED38

Black with #3FED38

Text Example


Text Example

White with #3FED38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,237,56); }

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

background-color css

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

 a { background-color: rgb(63,237,56); }

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

border-color css

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

 span { border-color: rgb(63,237,56); }

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