Html Css Color HEX #3BC345 Lime Green

📋 copy color: '#3BC345'

red 59 ◦ green 195 ◦ blue 69

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

Shades of Lime Green #3BC345

Tints of Lime Green #3BC345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.36%

R = 18.27%
G = 60.37%
B = 21.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#3BC345 (or 0x3BC345) is known color: Lime Green. HEX triplet: 3B, C3 and 45. RGB value is (59,195,69). Sum of RGB (Red+Green+Blue) = 59+195+69=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC345 is #C43CBA. Grayscale: #8C8C8C. Windows color (decimal): -12860603 or 4571963. OLE color: 4571963.

HSL color Cylindrical-coordinate representation of color #3BC345: hue angle of 124.41º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC345 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 195 69 -
CMYK 0.70 0 0.65 0.24
HSL 124.41º 0.54% 0.5% -
HSV(B) 124.41º 0.7% 0.76% -
XYZ 22.39 40.39 12.25 -
YUV 139.97 87.94 70.25 -
System Red Green Blue C M Y K H S L
Decimal 59 195 69 0.70 0 0.65 0.24 124.41 0.54 0.5
Hex 3B C3 45 46 0 41 18 7C 36 32
Octal 73 303 105 106 0 101 30 174 66 62
Binary 111011 11000011 1000101 1000110 0 1000001 11000 1111100 110110 110010

Color Harmonies of #3BC345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC345

Black with #3BC345

Text Example


Text Example

White with #3BC345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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