Html Css Color HEX #3FC226 Lime Green

📋 copy color: '#3FC226'

red 63 ◦ green 194 ◦ blue 38

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

Shades of Lime Green #3FC226

Tints of Lime Green #3FC226

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.76%

 BLUE value IS 38 (15.23% from 255) = 12.88%

R = 21.36%
G = 65.76%
B = 12.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#3FC226 (or 0x3FC226) is known color: Lime Green. HEX triplet: 3F, C2 and 26. RGB value is (63,194,38). Sum of RGB (Red+Green+Blue) = 63+194+38=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #3FC226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC226 is #C03DD9. Grayscale: #898989. Windows color (decimal): -12598746 or 2540095. OLE color: 2540095.

HSL color Cylindrical-coordinate representation of color #3FC226: hue angle of 110.38º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FC226 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 63 194 38 -
CMYK 0.68 0 0.80 0.24
HSL 110.38º 0.67% 0.45% -
HSV(B) 110.38º 0.8% 0.76% -
XYZ 21.69 39.78 8.37 -
YUV 137.05 72.1 75.18 -
System Red Green Blue C M Y K H S L
Decimal 63 194 38 0.68 0 0.80 0.24 110.38 0.67 0.45
Hex 3F C2 26 44 0 50 18 6E 43 2D
Octal 77 302 46 104 0 120 30 156 103 55
Binary 111111 11000010 100110 1000100 0 1010000 11000 1101110 1000011 101101

Color Harmonies of #3FC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC226

Black with #3FC226

Text Example


Text Example

White with #3FC226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,194,38); }

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

background-color css

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

 a { background-color: rgb(63,194,38); }

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

border-color css

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

 span { border-color: rgb(63,194,38); }

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