Html Css Color HEX #3FC12D Lime Green

📋 copy color: '#3FC12D'

red 63 ◦ green 193 ◦ blue 45

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

Shades of Lime Green #3FC12D

Tints of Lime Green #3FC12D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 64.12%

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 20.93%
G = 64.12%
B = 14.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#3FC12D (or 0x3FC12D) is known color: Lime Green. HEX triplet: 3F, C1 and 2D. RGB value is (63,193,45). Sum of RGB (Red+Green+Blue) = 63+193+45=301 (39% of max value = 765). Red value is 63 (25% from 255 or 20.93% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC12D is #C03ED2. Grayscale: #898989. Windows color (decimal): -12598995 or 2998591. OLE color: 2998591.

HSL color Cylindrical-coordinate representation of color #3FC12D: hue angle of 112.7º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FC12D is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 193 45 -
CMYK 0.67 0 0.77 0.24
HSL 112.7º 0.62% 0.47% -
HSV(B) 112.7º 0.77% 0.76% -
XYZ 21.59 39.39 8.95 -
YUV 137.26 75.93 75.03 -
System Red Green Blue C M Y K H S L
Decimal 63 193 45 0.67 0 0.77 0.24 112.7 0.62 0.47
Hex 3F C1 2D 43 0 4D 18 71 3E 2F
Octal 77 301 55 103 0 115 30 161 76 57
Binary 111111 11000001 101101 1000011 0 1001101 11000 1110001 111110 101111

Color Harmonies of #3FC12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC12D

Black with #3FC12D

Text Example


Text Example

White with #3FC12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,193,45); }

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

background-color css

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

 a { background-color: rgb(63,193,45); }

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

border-color css

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

 span { border-color: rgb(63,193,45); }

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