Html Css Color HEX #3FCD3A Lime Green

📋 copy color: '#3FCD3A'

red 63 ◦ green 205 ◦ blue 58

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

Shades of Lime Green #3FCD3A

Tints of Lime Green #3FCD3A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 62.88%

 BLUE value IS 58 (23.05% from 255) = 17.79%

R = 19.33%
G = 62.88%
B = 17.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#3FCD3A (or 0x3FCD3A) is known color: Lime Green. HEX triplet: 3F, CD and 3A. RGB value is (63,205,58). Sum of RGB (Red+Green+Blue) = 63+205+58=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 205 (80.47% from 255 or 62.88% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCD3A is #C032C5. Grayscale: #929292. Windows color (decimal): -12595910 or 3853631. OLE color: 3853631.

HSL color Cylindrical-coordinate representation of color #3FCD3A: hue angle of 117.96º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FCD3A is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 205 58 -
CMYK 0.69 0 0.72 0.20
HSL 117.96º 0.6% 0.52% -
HSV(B) 117.96º 0.72% 0.8% -
XYZ 24.64 45.02 11.39 -
YUV 145.78 78.46 68.95 -
System Red Green Blue C M Y K H S L
Decimal 63 205 58 0.69 0 0.72 0.20 117.96 0.6 0.52
Hex 3F CD 3A 45 0 48 14 76 3C 34
Octal 77 315 72 105 0 110 24 166 74 64
Binary 111111 11001101 111010 1000101 0 1001000 10100 1110110 111100 110100

Color Harmonies of #3FCD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCD3A

Black with #3FCD3A

Text Example


Text Example

White with #3FCD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,205,58); }

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

background-color css

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

 a { background-color: rgb(63,205,58); }

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

border-color css

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

 span { border-color: rgb(63,205,58); }

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