Html Css Color HEX #3FBA2A Lime Green

📋 copy color: '#3FBA2A'

red 63 ◦ green 186 ◦ blue 42

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

Shades of Lime Green #3FBA2A

Tints of Lime Green #3FBA2A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 63.92%

 BLUE value IS 42 (16.8% from 255) = 14.43%

R = 21.65%
G = 63.92%
B = 14.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#3FBA2A (or 0x3FBA2A) is known color: Lime Green. HEX triplet: 3F, BA and 2A. RGB value is (63,186,42). Sum of RGB (Red+Green+Blue) = 63+186+42=291 (38% of max value = 765). Red value is 63 (25% from 255 or 21.65% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 42 (16.80% from 255 or 14.43% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBA2A is #C045D5. Grayscale: #858585. Windows color (decimal): -12600790 or 2800191. OLE color: 2800191.

HSL color Cylindrical-coordinate representation of color #3FBA2A: hue angle of 111.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FBA2A is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 186 42 -
CMYK 0.66 0 0.77 0.27
HSL 111.25º 0.63% 0.45% -
HSV(B) 111.25º 0.77% 0.73% -
XYZ 20.03 36.34 8.15 -
YUV 132.81 76.75 78.21 -
System Red Green Blue C M Y K H S L
Decimal 63 186 42 0.66 0 0.77 0.27 111.25 0.63 0.45
Hex 3F BA 2A 42 0 4D 1B 6F 3F 2D
Octal 77 272 52 102 0 115 33 157 77 55
Binary 111111 10111010 101010 1000010 0 1001101 11011 1101111 111111 101101

Color Harmonies of #3FBA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FBA2A

Black with #3FBA2A

Text Example


Text Example

White with #3FBA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,186,42); }

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

background-color css

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

 a { background-color: rgb(63,186,42); }

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

border-color css

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

 span { border-color: rgb(63,186,42); }

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