Html Css Color HEX #3BC230 Lime Green

📋 copy color: '#3BC230'

red 59 ◦ green 194 ◦ blue 48

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

Shades of Lime Green #3BC230

Tints of Lime Green #3BC230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 19.6%
G = 64.45%
B = 15.95%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#3BC230 (or 0x3BC230) is known color: Lime Green. HEX triplet: 3B, C2 and 30. RGB value is (59,194,48). Sum of RGB (Red+Green+Blue) = 59+194+48=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 194 (76.17% from 255 or 64.45% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC230 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC230 is #C43DCF. Grayscale: #898989. Windows color (decimal): -12860880 or 3195451. OLE color: 3195451.

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

Color convert

RGB 59 194 48 -
CMYK 0.70 0 0.75 0.24
HSL 115.48º 0.6% 0.47% -
HSV(B) 115.48º 0.75% 0.76% -
XYZ 21.63 39.73 9.32 -
YUV 136.99 77.77 72.37 -
System Red Green Blue C M Y K H S L
Decimal 59 194 48 0.70 0 0.75 0.24 115.48 0.6 0.47
Hex 3B C2 30 46 0 4B 18 73 3C 2F
Octal 73 302 60 106 0 113 30 163 74 57
Binary 111011 11000010 110000 1000110 0 1001011 11000 1110011 111100 101111

Color Harmonies of #3BC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC230

Black with #3BC230

Text Example


Text Example

White with #3BC230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,194,48); }

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

background-color css

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

 a { background-color: rgb(59,194,48); }

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

border-color css

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

 span { border-color: rgb(59,194,48); }

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