Html Css Color HEX #3FCC26 Lime Green

📋 copy color: '#3FCC26'

red 63 ◦ green 204 ◦ blue 38

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

Shades of Lime Green #3FCC26

Tints of Lime Green #3FCC26

RGB

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

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

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

R = 20.66%
G = 66.89%
B = 12.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#3FCC26 (or 0x3FCC26) is known color: Lime Green. HEX triplet: 3F, CC and 26. RGB value is (63,204,38). Sum of RGB (Red+Green+Blue) = 63+204+38=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 204 (80.08% from 255 or 66.89% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCC26 is #C033D9. Grayscale: #8F8F8F. Windows color (decimal): -12596186 or 2542655. OLE color: 2542655.

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

Color convert

RGB 63 204 38 -
CMYK 0.69 0 0.81 0.2
HSL 110.96º 0.69% 0.47% -
HSV(B) 110.96º 0.81% 0.8% -
XYZ 23.99 44.38 9.14 -
YUV 142.92 68.79 71 -
System Red Green Blue C M Y K H S L
Decimal 63 204 38 0.69 0 0.81 0.2 110.96 0.69 0.47
Hex 3F CC 26 45 0 51 14 6F 45 2F
Octal 77 314 46 105 0 121 24 157 105 57
Binary 111111 11001100 100110 1000101 0 1010001 10100 1101111 1000101 101111

Color Harmonies of #3FCC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCC26

Black with #3FCC26

Text Example


Text Example

White with #3FCC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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