Html Css Color HEX #3BC430 Lime Green

📋 copy color: '#3BC430'

red 59 ◦ green 196 ◦ blue 48

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

Shades of Lime Green #3BC430

Tints of Lime Green #3BC430

RGB

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

 GREEN value IS 196 (76.95% from 255) = 64.69%

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

R = 19.47%
G = 64.69%
B = 15.84%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#3BC430 (or 0x3BC430) is known color: Lime Green. HEX triplet: 3B, C4 and 30. RGB value is (59,196,48). Sum of RGB (Red+Green+Blue) = 59+196+48=303 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.47% from 303); Green value is 196 (76.95% from 255 or 64.69% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC430 is #C43BCF. Grayscale: #8A8A8A. Windows color (decimal): -12860368 or 3195963. OLE color: 3195963.

HSL color Cylindrical-coordinate representation of color #3BC430: hue angle of 115.54º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BC430 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 59 196 48 -
CMYK 0.70 0 0.76 0.23
HSL 115.54º 0.61% 0.48% -
HSV(B) 115.54º 0.76% 0.77% -
XYZ 22.08 40.62 9.47 -
YUV 138.17 77.11 71.53 -
System Red Green Blue C M Y K H S L
Decimal 59 196 48 0.70 0 0.76 0.23 115.54 0.61 0.48
Hex 3B C4 30 46 0 4C 17 74 3D 30
Octal 73 304 60 106 0 114 27 164 75 60
Binary 111011 11000100 110000 1000110 0 1001100 10111 1110100 111101 110000

Color Harmonies of #3BC430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC430

Black with #3BC430

Text Example


Text Example

White with #3BC430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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