Html Css Color HEX #3BC026 Lime Green

📋 copy color: '#3BC026'

red 59 ◦ green 192 ◦ blue 38

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

Shades of Lime Green #3BC026

Tints of Lime Green #3BC026

RGB

 RED value IS 59 (23.44% from 255) = 20.42%

 GREEN value IS 192 (75.39% from 255) = 66.44%

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

R = 20.42%
G = 66.44%
B = 13.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#3BC026 (or 0x3BC026) is known color: Lime Green. HEX triplet: 3B, C0 and 26. RGB value is (59,192,38). Sum of RGB (Red+Green+Blue) = 59+192+38=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 192 (75.39% from 255 or 66.44% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC026 is #C43FD9. Grayscale: #878787. Windows color (decimal): -12861402 or 2539579. OLE color: 2539579.

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

Color convert

RGB 59 192 38 -
CMYK 0.69 0 0.80 0.25
HSL 111.82º 0.67% 0.45% -
HSV(B) 111.82º 0.8% 0.75% -
XYZ 21 38.77 8.21 -
YUV 134.68 73.44 74.02 -
System Red Green Blue C M Y K H S L
Decimal 59 192 38 0.69 0 0.80 0.25 111.82 0.67 0.45
Hex 3B C0 26 45 0 50 19 70 43 2D
Octal 73 300 46 105 0 120 31 160 103 55
Binary 111011 11000000 100110 1000101 0 1010000 11001 1110000 1000011 101101

Color Harmonies of #3BC026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC026

Black with #3BC026

Text Example


Text Example

White with #3BC026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,192,38); }

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

background-color css

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

 a { background-color: rgb(59,192,38); }

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

border-color css

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

 span { border-color: rgb(59,192,38); }

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