Html Css Color HEX #3FBE3D Lime Green

📋 copy color: '#3FBE3D'

red 63 ◦ green 190 ◦ blue 61

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

Shades of Lime Green #3FBE3D

Tints of Lime Green #3FBE3D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 60.51%

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 20.06%
G = 60.51%
B = 19.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#3FBE3D (or 0x3FBE3D) is known color: Lime Green. HEX triplet: 3F, BE and 3D. RGB value is (63,190,61). Sum of RGB (Red+Green+Blue) = 63+190+61=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 190 (74.61% from 255 or 60.51% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBE3D is #C041C2. Grayscale: #898989. Windows color (decimal): -12599747 or 4046399. OLE color: 4046399.

HSL color Cylindrical-coordinate representation of color #3FBE3D: hue angle of 119.07º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FBE3D is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 190 61 -
CMYK 0.67 0 0.68 0.25
HSL 119.07º 0.51% 0.49% -
HSV(B) 119.07º 0.68% 0.75% -
XYZ 21.31 38.22 10.67 -
YUV 137.32 84.92 74.99 -
System Red Green Blue C M Y K H S L
Decimal 63 190 61 0.67 0 0.68 0.25 119.07 0.51 0.49
Hex 3F BE 3D 43 0 44 19 77 33 31
Octal 77 276 75 103 0 104 31 167 63 61
Binary 111111 10111110 111101 1000011 0 1000100 11001 1110111 110011 110001

Color Harmonies of #3FBE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBE3D

Black with #3FBE3D

Text Example


Text Example

White with #3FBE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,190,61); }

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

background-color css

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

 a { background-color: rgb(63,190,61); }

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

border-color css

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

 span { border-color: rgb(63,190,61); }

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