Html Css Color HEX #3BBC3C Lime Green

📋 copy color: '#3BBC3C'

red 59 ◦ green 188 ◦ blue 60

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

Shades of Lime Green #3BBC3C

Tints of Lime Green #3BBC3C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.24%

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 19.22%
G = 61.24%
B = 19.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#3BBC3C (or 0x3BBC3C) is known color: Lime Green. HEX triplet: 3B, BC and 3C. RGB value is (59,188,60). Sum of RGB (Red+Green+Blue) = 59+188+60=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC3C is #C443C3. Grayscale: #878787. Windows color (decimal): -12862404 or 3980347. OLE color: 3980347.

HSL color Cylindrical-coordinate representation of color #3BBC3C: hue angle of 120.47º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBC3C is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 188 60 -
CMYK 0.69 0 0.68 0.26
HSL 120.47º 0.52% 0.48% -
HSV(B) 120.47º 0.69% 0.74% -
XYZ 20.6 37.22 10.37 -
YUV 134.84 85.76 73.91 -
System Red Green Blue C M Y K H S L
Decimal 59 188 60 0.69 0 0.68 0.26 120.47 0.52 0.48
Hex 3B BC 3C 45 0 44 1A 78 34 30
Octal 73 274 74 105 0 104 32 170 64 60
Binary 111011 10111100 111100 1000101 0 1000100 11010 1111000 110100 110000

Color Harmonies of #3BBC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBC3C

Black with #3BBC3C

Text Example


Text Example

White with #3BBC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,188,60); }

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

background-color css

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

 a { background-color: rgb(59,188,60); }

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

border-color css

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

 span { border-color: rgb(59,188,60); }

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