Html Css Color HEX #3FCC3E Lime Green

📋 copy color: '#3FCC3E'

red 63 ◦ green 204 ◦ blue 62

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

Shades of Lime Green #3FCC3E

Tints of Lime Green #3FCC3E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 62.01%

 BLUE value IS 62 (24.61% from 255) = 18.84%

R = 19.15%
G = 62.01%
B = 18.84%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#3FCC3E (or 0x3FCC3E) is known color: Lime Green. HEX triplet: 3F, CC and 3E. RGB value is (63,204,62). Sum of RGB (Red+Green+Blue) = 63+204+62=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 204 (80.08% from 255 or 62.01% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCC3E is #C033C1. Grayscale: #929292. Windows color (decimal): -12596162 or 4115519. OLE color: 4115519.

HSL color Cylindrical-coordinate representation of color #3FCC3E: hue angle of 119.58º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCC3E is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 63 204 62 -
CMYK 0.69 0 0.70 0.2
HSL 119.58º 0.58% 0.52% -
HSV(B) 119.58º 0.7% 0.8% -
XYZ 24.51 44.59 11.87 -
YUV 145.65 80.79 69.05 -
System Red Green Blue C M Y K H S L
Decimal 63 204 62 0.69 0 0.70 0.2 119.58 0.58 0.52
Hex 3F CC 3E 45 0 46 14 78 3A 34
Octal 77 314 76 105 0 106 24 170 72 64
Binary 111111 11001100 111110 1000101 0 1000110 10100 1111000 111010 110100

Color Harmonies of #3FCC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCC3E

Black with #3FCC3E

Text Example


Text Example

White with #3FCC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,204,62); }

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

background-color css

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

 a { background-color: rgb(63,204,62); }

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

border-color css

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

 span { border-color: rgb(63,204,62); }

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