Html Css Color HEX #3BC326 Lime Green

📋 copy color: '#3BC326'

red 59 ◦ green 195 ◦ blue 38

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

Shades of Lime Green #3BC326

Tints of Lime Green #3BC326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 66.78%

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

R = 20.21%
G = 66.78%
B = 13.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#3BC326 (or 0x3BC326) is known color: Lime Green. HEX triplet: 3B, C3 and 26. RGB value is (59,195,38). Sum of RGB (Red+Green+Blue) = 59+195+38=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 195 (76.56% from 255 or 66.78% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC326 is #C43CD9. Grayscale: #888888. Windows color (decimal): -12860634 or 2540347. OLE color: 2540347.

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

Color convert

RGB 59 195 38 -
CMYK 0.70 0 0.81 0.24
HSL 111.97º 0.67% 0.46% -
HSV(B) 111.97º 0.81% 0.76% -
XYZ 21.67 40.1 8.43 -
YUV 136.44 72.44 72.77 -
System Red Green Blue C M Y K H S L
Decimal 59 195 38 0.70 0 0.81 0.24 111.97 0.67 0.46
Hex 3B C3 26 46 0 51 18 70 43 2E
Octal 73 303 46 106 0 121 30 160 103 56
Binary 111011 11000011 100110 1000110 0 1010001 11000 1110000 1000011 101110

Color Harmonies of #3BC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC326

Black with #3BC326

Text Example


Text Example

White with #3BC326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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